Html Css Color HEX #B0BE77 Caper

📋 copy color: '#B0BE77'

red 176 ◦ green 190 ◦ blue 119

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

Shades of Caper #B0BE77

Tints of Caper #B0BE77

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.18%

 BLUE value IS 119 (46.88% from 255) = 24.54%

R = 36.29%
G = 39.18%
B = 24.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#B0BE77 (or 0xB0BE77) is known color: Caper. HEX triplet: B0, BE and 77. RGB value is (176,190,119). Sum of RGB (Red+Green+Blue) = 176+190+119=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE77 is #4F4188. Grayscale: #B1B1B1. Windows color (decimal): -5194121 or 7847600. OLE color: 7847600.

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

Color convert

RGB 176 190 119 -
CMYK 0.07 0 0.37 0.25
HSL 71.83º 0.35% 0.61% -
HSV(B) 71.83º 0.37% 0.75% -
XYZ 39.65 47.39 24.51 -
YUV 177.72 94.86 126.77 -
System Red Green Blue C M Y K H S L
Decimal 176 190 119 0.07 0 0.37 0.25 71.83 0.35 0.61
Hex B0 BE 77 7 0 25 19 48 23 3D
Octal 260 276 167 7 0 45 31 110 43 75
Binary 10110000 10111110 1110111 111 0 100101 11001 1001000 100011 111101

Color Harmonies of #B0BE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE77

Black with #B0BE77

Text Example


Text Example

White with #B0BE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE77; }

 p { color: rgb(176,190,119); }

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

background-color css

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

 a { background-color: rgb(176,190,119); }

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

border-color css

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

 span { border-color: rgb(176,190,119); }

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