Html Css Color HEX #B1BD82 Caper

📋 copy color: '#B1BD82'

red 177 ◦ green 189 ◦ blue 130

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

Shades of Caper #B1BD82

Tints of Caper #B1BD82

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.1%

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

R = 35.69%
G = 38.1%
B = 26.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#B1BD82 (or 0xB1BD82) is known color: Caper. HEX triplet: B1, BD and 82. RGB value is (177,189,130). Sum of RGB (Red+Green+Blue) = 177+189+130=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BD82 is #4E427D. Grayscale: #B2B2B2. Windows color (decimal): -5128830 or 8568241. OLE color: 8568241.

HSL color Cylindrical-coordinate representation of color #B1BD82: hue angle of 72.2º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1BD82 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 189 130 -
CMYK 0.06 0 0.31 0.26
HSL 72.2º 0.31% 0.63% -
HSV(B) 72.2º 0.31% 0.74% -
XYZ 40.36 47.35 28.13 -
YUV 178.69 100.52 126.8 -
System Red Green Blue C M Y K H S L
Decimal 177 189 130 0.06 0 0.31 0.26 72.2 0.31 0.63
Hex B1 BD 82 6 0 1F 1A 48 1F 3F
Octal 261 275 202 6 0 37 32 110 37 77
Binary 10110001 10111101 10000010 110 0 11111 11010 1001000 11111 111111

Color Harmonies of #B1BD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BD82

Black with #B1BD82

Text Example


Text Example

White with #B1BD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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