Html Css Color HEX #B0BF79 Caper

📋 copy color: '#B0BF79'

red 176 ◦ green 191 ◦ blue 121

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

Shades of Caper #B0BF79

Tints of Caper #B0BF79

RGB

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

 GREEN value IS 191 (75% from 255) = 39.14%

 BLUE value IS 121 (47.66% from 255) = 24.8%

R = 36.07%
G = 39.14%
B = 24.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#B0BF79 (or 0xB0BF79) is known color: Caper. HEX triplet: B0, BF and 79. RGB value is (176,191,121). Sum of RGB (Red+Green+Blue) = 176+191+121=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF79 is #4F4086. Grayscale: #B2B2B2. Windows color (decimal): -5193863 or 7978928. OLE color: 7978928.

HSL color Cylindrical-coordinate representation of color #B0BF79: hue angle of 72.86º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0BF79 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 191 121 -
CMYK 0.08 0 0.37 0.25
HSL 72.86º 0.35% 0.61% -
HSV(B) 72.86º 0.37% 0.75% -
XYZ 39.99 47.87 25.22 -
YUV 178.54 95.53 126.19 -
System Red Green Blue C M Y K H S L
Decimal 176 191 121 0.08 0 0.37 0.25 72.86 0.35 0.61
Hex B0 BF 79 8 0 25 19 49 23 3D
Octal 260 277 171 10 0 45 31 111 43 75
Binary 10110000 10111111 1111001 1000 0 100101 11001 1001001 100011 111101

Color Harmonies of #B0BF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF79

Black with #B0BF79

Text Example


Text Example

White with #B0BF79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF79; }

 p { color: rgb(176,191,121); }

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

background-color css

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

 a { background-color: rgb(176,191,121); }

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

border-color css

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

 span { border-color: rgb(176,191,121); }

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