Html Css Color HEX #B2C17F Caper

📋 copy color: '#B2C17F'

red 178 ◦ green 193 ◦ blue 127

#B2C17F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #B2C17F

Tints of Caper #B2C17F

RGB

 RED value IS 178 (69.92% from 255) = 35.74%

 GREEN value IS 193 (75.78% from 255) = 38.76%

 BLUE value IS 127 (50% from 255) = 25.5%

R = 35.74%
G = 38.76%
B = 25.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2C17F (or 0xB2C17F) is known color: Caper. HEX triplet: B2, C1 and 7F. RGB value is (178,193,127). Sum of RGB (Red+Green+Blue) = 178+193+127=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C17F is #4D3E80. Grayscale: #B5B5B5. Windows color (decimal): -5062273 or 8372658. OLE color: 8372658.

HSL color Cylindrical-coordinate representation of color #B2C17F: hue angle of 73.64º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2C17F is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 193 127 -
CMYK 0.08 0 0.34 0.24
HSL 73.64º 0.35% 0.63% -
HSV(B) 73.64º 0.34% 0.76% -
XYZ 41.26 49.14 27.39 -
YUV 180.99 97.53 125.87 -
System Red Green Blue C M Y K H S L
Decimal 178 193 127 0.08 0 0.34 0.24 73.64 0.35 0.63
Hex B2 C1 7F 8 0 22 18 4A 23 3F
Octal 262 301 177 10 0 42 30 112 43 77
Binary 10110010 11000001 1111111 1000 0 100010 11000 1001010 100011 111111

Color Harmonies of #B2C17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C17F

Black with #B2C17F

Text Example


Text Example

White with #B2C17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C17F; }

 p { color: rgb(178,193,127); }

 H1.HeaderClassName
 {
   color: #B2C17F;
 }
 .AnyTagClassName
 {
   color: #B2C17F;
 }
</style>

background-color css

<style>
 a { background-color: #B2C17F; }

 a { background-color: rgb(178,193,127); }

 div.DivClassName
 {
   background-color: #B2C17F;
 }
 .BgClassName
 {
   background-color: #B2C17F;
 }
</style>

border-color css

<style>
 span { border-color: #B2C17F; }

 span { border-color: rgb(178,193,127); }

 td.TdClassName
 {
   border-color: #B2C17F;
 }
 .TagClassName
 {
   border-color: #B2C17F;
 }
</style>