Html Css Color HEX #B2CB76 Caper

📋 copy color: '#B2CB76'

red 178 ◦ green 203 ◦ blue 118

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

Shades of Caper #B2CB76

Tints of Caper #B2CB76

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.68%

 BLUE value IS 118 (46.48% from 255) = 23.65%

R = 35.67%
G = 40.68%
B = 23.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#B2CB76 (or 0xB2CB76) is known color: Caper. HEX triplet: B2, CB and 76. RGB value is (178,203,118). Sum of RGB (Red+Green+Blue) = 178+203+118=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CB76 is #4D3489. Grayscale: #BABABA. Windows color (decimal): -5059722 or 7785394. OLE color: 7785394.

HSL color Cylindrical-coordinate representation of color #B2CB76: hue angle of 77.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2CB76 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 203 118 -
CMYK 0.12 0 0.42 0.20
HSL 77.65º 0.45% 0.63% -
HSV(B) 77.65º 0.42% 0.8% -
XYZ 42.99 53.48 25.2 -
YUV 185.84 89.72 122.41 -
System Red Green Blue C M Y K H S L
Decimal 178 203 118 0.12 0 0.42 0.20 77.65 0.45 0.63
Hex B2 CB 76 C 0 2A 14 4E 2D 3F
Octal 262 313 166 14 0 52 24 116 55 77
Binary 10110010 11001011 1110110 1100 0 101010 10100 1001110 101101 111111

Color Harmonies of #B2CB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CB76

Black with #B2CB76

Text Example


Text Example

White with #B2CB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CB76; }

 p { color: rgb(178,203,118); }

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

background-color css

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

 a { background-color: rgb(178,203,118); }

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

border-color css

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

 span { border-color: rgb(178,203,118); }

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