Html Css Color HEX #B0C677 Caper

📋 copy color: '#B0C677'

red 176 ◦ green 198 ◦ blue 119

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

Shades of Caper #B0C677

Tints of Caper #B0C677

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.16%

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

R = 35.7%
G = 40.16%
B = 24.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#B0C677 (or 0xB0C677) is known color: Caper. HEX triplet: B0, C6 and 77. RGB value is (176,198,119). Sum of RGB (Red+Green+Blue) = 176+198+119=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C677 is #4F3988. Grayscale: #B6B6B6. Windows color (decimal): -5192073 or 7849648. OLE color: 7849648.

HSL color Cylindrical-coordinate representation of color #B0C677: hue angle of 76.71º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0C677 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 198 119 -
CMYK 0.11 0 0.40 0.22
HSL 76.71º 0.41% 0.62% -
HSV(B) 76.71º 0.4% 0.78% -
XYZ 41.43 50.95 25.1 -
YUV 182.42 92.21 123.42 -
System Red Green Blue C M Y K H S L
Decimal 176 198 119 0.11 0 0.40 0.22 76.71 0.41 0.62
Hex B0 C6 77 B 0 28 16 4D 29 3E
Octal 260 306 167 13 0 50 26 115 51 76
Binary 10110000 11000110 1110111 1011 0 101000 10110 1001101 101001 111110

Color Harmonies of #B0C677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C677

Black with #B0C677

Text Example


Text Example

White with #B0C677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C677; }

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

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

background-color css

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

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

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

border-color css

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

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

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