Html Css Color HEX #B0BD82 Caper

📋 copy color: '#B0BD82'

red 176 ◦ green 189 ◦ blue 130

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

Shades of Caper #B0BD82

Tints of Caper #B0BD82

RGB

 RED value IS 176 (69.14% from 255) = 35.56%

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

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

R = 35.56%
G = 38.18%
B = 26.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#B0BD82 (or 0xB0BD82) is known color: Caper. HEX triplet: B0, BD and 82. RGB value is (176,189,130). Sum of RGB (Red+Green+Blue) = 176+189+130=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BD82 is #4F427D. Grayscale: #B2B2B2. Windows color (decimal): -5194366 or 8568240. OLE color: 8568240.

HSL color Cylindrical-coordinate representation of color #B0BD82: hue angle of 73.22º 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 #B0BD82 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 189 130 -
CMYK 0.07 0 0.31 0.26
HSL 73.22º 0.31% 0.63% -
HSV(B) 73.22º 0.31% 0.74% -
XYZ 40.13 47.24 28.12 -
YUV 178.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 176 189 130 0.07 0 0.31 0.26 73.22 0.31 0.63
Hex B0 BD 82 7 0 1F 1A 49 1F 3F
Octal 260 275 202 7 0 37 32 111 37 77
Binary 10110000 10111101 10000010 111 0 11111 11010 1001001 11111 111111

Color Harmonies of #B0BD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD82

Black with #B0BD82

Text Example


Text Example

White with #B0BD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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