Html Css Color HEX #B5CB7F Caper

📋 copy color: '#B5CB7F'

red 181 ◦ green 203 ◦ blue 127

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

Shades of Caper #B5CB7F

Tints of Caper #B5CB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.85%

R = 35.42%
G = 39.73%
B = 24.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#B5CB7F (or 0xB5CB7F) is known color: Caper. HEX triplet: B5, CB and 7F. RGB value is (181,203,127). Sum of RGB (Red+Green+Blue) = 181+203+127=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CB7F is #4A3480. Grayscale: #BCBCBC. Windows color (decimal): -4863105 or 8375221. OLE color: 8375221.

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

Color convert

RGB 181 203 127 -
CMYK 0.11 0 0.37 0.20
HSL 77.37º 0.42% 0.65% -
HSV(B) 77.37º 0.37% 0.8% -
XYZ 44.24 54.07 28.18 -
YUV 187.76 93.71 123.18 -
System Red Green Blue C M Y K H S L
Decimal 181 203 127 0.11 0 0.37 0.20 77.37 0.42 0.65
Hex B5 CB 7F B 0 25 14 4D 2A 41
Octal 265 313 177 13 0 45 24 115 52 101
Binary 10110101 11001011 1111111 1011 0 100101 10100 1001101 101010 1000001

Color Harmonies of #B5CB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CB7F

Black with #B5CB7F

Text Example


Text Example

White with #B5CB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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