Html Css Color HEX #B9CE76 Caper

📋 copy color: '#B9CE76'

red 185 ◦ green 206 ◦ blue 118

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

Shades of Caper #B9CE76

Tints of Caper #B9CE76

RGB

 RED value IS 185 (72.66% from 255) = 36.35%

 GREEN value IS 206 (80.86% from 255) = 40.47%

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

R = 36.35%
G = 40.47%
B = 23.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#B9CE76 (or 0xB9CE76) is known color: Caper. HEX triplet: B9, CE and 76. RGB value is (185,206,118). Sum of RGB (Red+Green+Blue) = 185+206+118=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CE76 is #463189. Grayscale: #BEBEBE. Windows color (decimal): -4600202 or 7786169. OLE color: 7786169.

HSL color Cylindrical-coordinate representation of color #B9CE76: hue angle of 74.32º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9CE76 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 118 -
CMYK 0.10 0 0.43 0.19
HSL 74.32º 0.47% 0.64% -
HSV(B) 74.32º 0.43% 0.81% -
XYZ 45.35 55.76 25.51 -
YUV 189.69 87.54 124.66 -
System Red Green Blue C M Y K H S L
Decimal 185 206 118 0.10 0 0.43 0.19 74.32 0.47 0.64
Hex B9 CE 76 A 0 2B 13 4A 2F 40
Octal 271 316 166 12 0 53 23 112 57 100
Binary 10111001 11001110 1110110 1010 0 101011 10011 1001010 101111 1000000

Color Harmonies of #B9CE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CE76

Black with #B9CE76

Text Example


Text Example

White with #B9CE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CE76; }

 p { color: rgb(185,206,118); }

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

background-color css

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

 a { background-color: rgb(185,206,118); }

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

border-color css

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

 span { border-color: rgb(185,206,118); }

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