Html Css Color HEX #B5CB72 Caper

📋 copy color: '#B5CB72'

red 181 ◦ green 203 ◦ blue 114

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

Shades of Caper #B5CB72

Tints of Caper #B5CB72

RGB

 RED value IS 181 (71.09% from 255) = 36.35%

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

 BLUE value IS 114 (44.92% from 255) = 22.89%

R = 36.35%
G = 40.76%
B = 22.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#B5CB72 (or 0xB5CB72) is known color: Caper. HEX triplet: B5, CB and 72. RGB value is (181,203,114). Sum of RGB (Red+Green+Blue) = 181+203+114=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CB72 is #4A348D. Grayscale: #BABABA. Windows color (decimal): -4863118 or 7523253. OLE color: 7523253.

HSL color Cylindrical-coordinate representation of color #B5CB72: hue angle of 74.83º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5CB72 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 203 114 -
CMYK 0.11 0 0.44 0.20
HSL 74.83º 0.46% 0.62% -
HSV(B) 74.83º 0.44% 0.8% -
XYZ 43.45 53.75 24 -
YUV 186.28 87.21 124.24 -
System Red Green Blue C M Y K H S L
Decimal 181 203 114 0.11 0 0.44 0.20 74.83 0.46 0.62
Hex B5 CB 72 B 0 2C 14 4B 2E 3E
Octal 265 313 162 13 0 54 24 113 56 76
Binary 10110101 11001011 1110010 1011 0 101100 10100 1001011 101110 111110

Color Harmonies of #B5CB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CB72

Black with #B5CB72

Text Example


Text Example

White with #B5CB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CB72; }

 p { color: rgb(181,203,114); }

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

background-color css

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

 a { background-color: rgb(181,203,114); }

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

border-color css

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

 span { border-color: rgb(181,203,114); }

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