Html Css Color HEX #B9CB75 Caper

📋 copy color: '#B9CB75'

red 185 ◦ green 203 ◦ blue 117

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

Shades of Caper #B9CB75

Tints of Caper #B9CB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.17%

R = 36.63%
G = 40.2%
B = 23.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#B9CB75 (or 0xB9CB75) is known color: Caper. HEX triplet: B9, CB and 75. RGB value is (185,203,117). Sum of RGB (Red+Green+Blue) = 185+203+117=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CB75 is #46348A. Grayscale: #BCBCBC. Windows color (decimal): -4600971 or 7719865. OLE color: 7719865.

HSL color Cylindrical-coordinate representation of color #B9CB75: hue angle of 72.56º 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 #B9CB75 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 203 117 -
CMYK 0.09 0 0.42 0.20
HSL 72.56º 0.45% 0.63% -
HSV(B) 72.56º 0.42% 0.8% -
XYZ 44.57 54.31 24.96 -
YUV 187.81 88.04 125.99 -
System Red Green Blue C M Y K H S L
Decimal 185 203 117 0.09 0 0.42 0.20 72.56 0.45 0.63
Hex B9 CB 75 9 0 2A 14 49 2D 3F
Octal 271 313 165 11 0 52 24 111 55 77
Binary 10111001 11001011 1110101 1001 0 101010 10100 1001001 101101 111111

Color Harmonies of #B9CB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CB75

Black with #B9CB75

Text Example


Text Example

White with #B9CB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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