Html Css Color HEX #B5CF82 Caper

📋 copy color: '#B5CF82'

red 181 ◦ green 207 ◦ blue 130

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

Shades of Caper #B5CF82

Tints of Caper #B5CF82

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.96%

 BLUE value IS 130 (51.17% from 255) = 25.1%

R = 34.94%
G = 39.96%
B = 25.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#B5CF82 (or 0xB5CF82) is known color: Caper. HEX triplet: B5, CF and 82. RGB value is (181,207,130). Sum of RGB (Red+Green+Blue) = 181+207+130=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CF82 is #4A307D. Grayscale: #BEBEBE. Windows color (decimal): -4862078 or 8572853. OLE color: 8572853.

HSL color Cylindrical-coordinate representation of color #B5CF82: hue angle of 80.26º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5CF82 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 207 130 -
CMYK 0.13 0 0.37 0.19
HSL 80.26º 0.45% 0.66% -
HSV(B) 80.26º 0.37% 0.81% -
XYZ 45.4 56.06 29.55 -
YUV 190.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 181 207 130 0.13 0 0.37 0.19 80.26 0.45 0.66
Hex B5 CF 82 D 0 25 13 50 2D 42
Octal 265 317 202 15 0 45 23 120 55 102
Binary 10110101 11001111 10000010 1101 0 100101 10011 1010000 101101 1000010

Color Harmonies of #B5CF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CF82

Black with #B5CF82

Text Example


Text Example

White with #B5CF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CF82; }

 p { color: rgb(181,207,130); }

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

background-color css

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

 a { background-color: rgb(181,207,130); }

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

border-color css

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

 span { border-color: rgb(181,207,130); }

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