Html Css Color HEX #B0BF70 Caper

📋 copy color: '#B0BF70'

red 176 ◦ green 191 ◦ blue 112

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

Shades of Caper #B0BF70

Tints of Caper #B0BF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.38%

R = 36.74%
G = 39.87%
B = 23.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#B0BF70 (or 0xB0BF70) is known color: Caper. HEX triplet: B0, BF and 70. RGB value is (176,191,112). Sum of RGB (Red+Green+Blue) = 176+191+112=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF70 is #4F408F. Grayscale: #B1B1B1. Windows color (decimal): -5193872 or 7389104. OLE color: 7389104.

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

Color convert

RGB 176 191 112 -
CMYK 0.08 0 0.41 0.25
HSL 71.39º 0.38% 0.59% -
HSV(B) 71.39º 0.41% 0.75% -
XYZ 39.46 47.66 22.45 -
YUV 177.51 91.03 126.92 -
System Red Green Blue C M Y K H S L
Decimal 176 191 112 0.08 0 0.41 0.25 71.39 0.38 0.59
Hex B0 BF 70 8 0 29 19 47 26 3B
Octal 260 277 160 10 0 51 31 107 46 73
Binary 10110000 10111111 1110000 1000 0 101001 11001 1000111 100110 111011

Color Harmonies of #B0BF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF70

Black with #B0BF70

Text Example


Text Example

White with #B0BF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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