Html Css Color HEX #B0C279 Caper

📋 copy color: '#B0C279'

red 176 ◦ green 194 ◦ blue 121

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

Shades of Caper #B0C279

Tints of Caper #B0C279

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.51%

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

R = 35.85%
G = 39.51%
B = 24.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#B0C279 (or 0xB0C279) is known color: Caper. HEX triplet: B0, C2 and 79. RGB value is (176,194,121). Sum of RGB (Red+Green+Blue) = 176+194+121=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C279 is #4F3D86. Grayscale: #B4B4B4. Windows color (decimal): -5193095 or 7979696. OLE color: 7979696.

HSL color Cylindrical-coordinate representation of color #B0C279: hue angle of 74.79º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0C279 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 194 121 -
CMYK 0.09 0 0.38 0.24
HSL 74.79º 0.37% 0.62% -
HSV(B) 74.79º 0.38% 0.76% -
XYZ 40.65 49.19 25.44 -
YUV 180.3 94.54 124.94 -
System Red Green Blue C M Y K H S L
Decimal 176 194 121 0.09 0 0.38 0.24 74.79 0.37 0.62
Hex B0 C2 79 9 0 26 18 4B 25 3E
Octal 260 302 171 11 0 46 30 113 45 76
Binary 10110000 11000010 1111001 1001 0 100110 11000 1001011 100101 111110

Color Harmonies of #B0C279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C279

Black with #B0C279

Text Example


Text Example

White with #B0C279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C279; }

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

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

background-color css

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

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

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

border-color css

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

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

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