Html Css Color HEX #B1CF82 Caper

📋 copy color: '#B1CF82'

red 177 ◦ green 207 ◦ blue 130

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

Shades of Caper #B1CF82

Tints of Caper #B1CF82

RGB

 RED value IS 177 (69.53% from 255) = 34.44%

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

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

R = 34.44%
G = 40.27%
B = 25.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#B1CF82 (or 0xB1CF82) is known color: Caper. HEX triplet: B1, CF and 82. RGB value is (177,207,130). Sum of RGB (Red+Green+Blue) = 177+207+130=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CF82 is #4E307D. Grayscale: #BDBDBD. Windows color (decimal): -5124222 or 8572849. OLE color: 8572849.

HSL color Cylindrical-coordinate representation of color #B1CF82: hue angle of 83.38º 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 #B1CF82 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 207 130 -
CMYK 0.14 0 0.37 0.19
HSL 83.38º 0.45% 0.66% -
HSV(B) 83.38º 0.37% 0.81% -
XYZ 44.47 55.58 29.5 -
YUV 189.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 177 207 130 0.14 0 0.37 0.19 83.38 0.45 0.66
Hex B1 CF 82 E 0 25 13 53 2D 42
Octal 261 317 202 16 0 45 23 123 55 102
Binary 10110001 11001111 10000010 1110 0 100101 10011 1010011 101101 1000010

Color Harmonies of #B1CF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CF82

Black with #B1CF82

Text Example


Text Example

White with #B1CF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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