Html Css Color HEX #B9CB7E Caper

📋 copy color: '#B9CB7E'

red 185 ◦ green 203 ◦ blue 126

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

Shades of Caper #B9CB7E

Tints of Caper #B9CB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.51%

R = 35.99%
G = 39.49%
B = 24.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#B9CB7E (or 0xB9CB7E) is known color: Caper. HEX triplet: B9, CB and 7E. RGB value is (185,203,126). Sum of RGB (Red+Green+Blue) = 185+203+126=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CB7E is #463481. Grayscale: #BDBDBD. Windows color (decimal): -4600962 or 8309689. OLE color: 8309689.

HSL color Cylindrical-coordinate representation of color #B9CB7E: hue angle of 74.03º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B9CB7E is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 203 126 -
CMYK 0.09 0 0.38 0.20
HSL 74.03º 0.43% 0.65% -
HSV(B) 74.03º 0.38% 0.8% -
XYZ 45.13 54.53 27.89 -
YUV 188.84 92.54 125.26 -
System Red Green Blue C M Y K H S L
Decimal 185 203 126 0.09 0 0.38 0.20 74.03 0.43 0.65
Hex B9 CB 7E 9 0 26 14 4A 2B 41
Octal 271 313 176 11 0 46 24 112 53 101
Binary 10111001 11001011 1111110 1001 0 100110 10100 1001010 101011 1000001

Color Harmonies of #B9CB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CB7E

Black with #B9CB7E

Text Example


Text Example

White with #B9CB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CB7E; }

 p { color: rgb(185,203,126); }

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

background-color css

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

 a { background-color: rgb(185,203,126); }

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

border-color css

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

 span { border-color: rgb(185,203,126); }

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