Html Css Color HEX #B0BD71 Caper

📋 copy color: '#B0BD71'

red 176 ◦ green 189 ◦ blue 113

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

Shades of Caper #B0BD71

Tints of Caper #B0BD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.64%

R = 36.82%
G = 39.54%
B = 23.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#B0BD71 (or 0xB0BD71) is known color: Caper. HEX triplet: B0, BD and 71. RGB value is (176,189,113). Sum of RGB (Red+Green+Blue) = 176+189+113=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BD71 is #4F428E. Grayscale: #B0B0B0. Windows color (decimal): -5194383 or 7454128. OLE color: 7454128.

HSL color Cylindrical-coordinate representation of color #B0BD71: hue angle of 70.26º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0BD71 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 189 113 -
CMYK 0.07 0 0.40 0.26
HSL 70.26º 0.37% 0.59% -
HSV(B) 70.26º 0.4% 0.74% -
XYZ 39.08 46.82 22.6 -
YUV 176.45 92.19 127.68 -
System Red Green Blue C M Y K H S L
Decimal 176 189 113 0.07 0 0.40 0.26 70.26 0.37 0.59
Hex B0 BD 71 7 0 28 1A 46 25 3B
Octal 260 275 161 7 0 50 32 106 45 73
Binary 10110000 10111101 1110001 111 0 101000 11010 1000110 100101 111011

Color Harmonies of #B0BD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD71

Black with #B0BD71

Text Example


Text Example

White with #B0BD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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