Html Css Color HEX #B0D279 Caper

📋 copy color: '#B0D279'

red 176 ◦ green 210 ◦ blue 121

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

Shades of Caper #B0D279

Tints of Caper #B0D279

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.42%

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

R = 34.71%
G = 41.42%
B = 23.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#B0D279 (or 0xB0D279) is known color: Caper. HEX triplet: B0, D2 and 79. RGB value is (176,210,121). Sum of RGB (Red+Green+Blue) = 176+210+121=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D279 is #4F2D86. Grayscale: #BEBEBE. Windows color (decimal): -5188999 or 7983792. OLE color: 7983792.

HSL color Cylindrical-coordinate representation of color #B0D279: hue angle of 82.92º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0D279 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 210 121 -
CMYK 0.16 0 0.42 0.18
HSL 82.92º 0.5% 0.65% -
HSV(B) 82.92º 0.42% 0.82% -
XYZ 44.4 56.7 26.69 -
YUV 189.69 89.24 118.24 -
System Red Green Blue C M Y K H S L
Decimal 176 210 121 0.16 0 0.42 0.18 82.92 0.5 0.65
Hex B0 D2 79 10 0 2A 12 53 32 41
Octal 260 322 171 20 0 52 22 123 62 101
Binary 10110000 11010010 1111001 10000 0 101010 10010 1010011 110010 1000001

Color Harmonies of #B0D279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D279

Black with #B0D279

Text Example


Text Example

White with #B0D279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D279; }

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

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

background-color css

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

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

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

border-color css

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

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

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