Html Css Color HEX #B5CB86 Caper

📋 copy color: '#B5CB86'

red 181 ◦ green 203 ◦ blue 134

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

Shades of Caper #B5CB86

Tints of Caper #B5CB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.87%

R = 34.94%
G = 39.19%
B = 25.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#B5CB86 (or 0xB5CB86) is known color: Caper. HEX triplet: B5, CB and 86. RGB value is (181,203,134). Sum of RGB (Red+Green+Blue) = 181+203+134=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CB86 is #4A3479. Grayscale: #BCBCBC. Windows color (decimal): -4863098 or 8833973. OLE color: 8833973.

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

Color convert

RGB 181 203 134 -
CMYK 0.11 0 0.34 0.20
HSL 79.13º 0.4% 0.66% -
HSV(B) 79.13º 0.34% 0.8% -
XYZ 44.72 54.26 30.67 -
YUV 188.56 97.21 122.61 -
System Red Green Blue C M Y K H S L
Decimal 181 203 134 0.11 0 0.34 0.20 79.13 0.4 0.66
Hex B5 CB 86 B 0 22 14 4F 28 42
Octal 265 313 206 13 0 42 24 117 50 102
Binary 10110101 11001011 10000110 1011 0 100010 10100 1001111 101000 1000010

Color Harmonies of #B5CB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CB86

Black with #B5CB86

Text Example


Text Example

White with #B5CB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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