Html Css Color HEX #B0BD78 Caper

📋 copy color: '#B0BD78'

red 176 ◦ green 189 ◦ blue 120

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

Shades of Caper #B0BD78

Tints of Caper #B0BD78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.74%

R = 36.29%
G = 38.97%
B = 24.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#B0BD78 (or 0xB0BD78) is known color: Caper. HEX triplet: B0, BD and 78. RGB value is (176,189,120). Sum of RGB (Red+Green+Blue) = 176+189+120=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BD78 is #4F4287. Grayscale: #B1B1B1. Windows color (decimal): -5194376 or 7912880. OLE color: 7912880.

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

Color convert

RGB 176 189 120 -
CMYK 0.07 0 0.37 0.26
HSL 71.3º 0.34% 0.61% -
HSV(B) 71.3º 0.37% 0.74% -
XYZ 39.49 46.98 24.76 -
YUV 177.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 176 189 120 0.07 0 0.37 0.26 71.3 0.34 0.61
Hex B0 BD 78 7 0 25 1A 47 22 3D
Octal 260 275 170 7 0 45 32 107 42 75
Binary 10110000 10111101 1111000 111 0 100101 11010 1000111 100010 111101

Color Harmonies of #B0BD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD78

Black with #B0BD78

Text Example


Text Example

White with #B0BD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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