Html Css Color HEX #B0C676 Caper

📋 copy color: '#B0C676'

red 176 ◦ green 198 ◦ blue 118

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

Shades of Caper #B0C676

Tints of Caper #B0C676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.98%

R = 35.77%
G = 40.24%
B = 23.98%

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

#B0C676 (or 0xB0C676) is known color: Caper. HEX triplet: B0, C6 and 76. RGB value is (176,198,118). Sum of RGB (Red+Green+Blue) = 176+198+118=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C676 is #4F3989. Grayscale: #B6B6B6. Windows color (decimal): -5192074 or 7784112. OLE color: 7784112.

HSL color Cylindrical-coordinate representation of color #B0C676: hue angle of 76.5º 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 #B0C676 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 198 118 -
CMYK 0.11 0 0.40 0.22
HSL 76.5º 0.41% 0.62% -
HSV(B) 76.5º 0.4% 0.78% -
XYZ 41.37 50.93 24.79 -
YUV 182.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 176 198 118 0.11 0 0.40 0.22 76.5 0.41 0.62
Hex B0 C6 76 B 0 28 16 4C 29 3E
Octal 260 306 166 13 0 50 26 114 51 76
Binary 10110000 11000110 1110110 1011 0 101000 10110 1001100 101001 111110

Color Harmonies of #B0C676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C676

Black with #B0C676

Text Example


Text Example

White with #B0C676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C676; }

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

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

background-color css

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

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

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

border-color css

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

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

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