Html Css Color HEX #B2D776 Caper

📋 copy color: '#B2D776'

red 178 ◦ green 215 ◦ blue 118

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

Shades of Caper #B2D776

Tints of Caper #B2D776

RGB

 RED value IS 178 (69.92% from 255) = 34.83%

 GREEN value IS 215 (84.38% from 255) = 42.07%

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

R = 34.83%
G = 42.07%
B = 23.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#B2D776 (or 0xB2D776) is known color: Caper. HEX triplet: B2, D7 and 76. RGB value is (178,215,118). Sum of RGB (Red+Green+Blue) = 178+215+118=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D776 is #4D2889. Grayscale: #C1C1C1. Windows color (decimal): -5056650 or 7788466. OLE color: 7788466.

HSL color Cylindrical-coordinate representation of color #B2D776: hue angle of 82.89º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2D776 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 215 118 -
CMYK 0.17 0 0.45 0.16
HSL 82.89º 0.55% 0.65% -
HSV(B) 82.89º 0.45% 0.84% -
XYZ 45.93 59.37 26.18 -
YUV 192.88 85.74 117.39 -
System Red Green Blue C M Y K H S L
Decimal 178 215 118 0.17 0 0.45 0.16 82.89 0.55 0.65
Hex B2 D7 76 11 0 2D 10 53 37 41
Octal 262 327 166 21 0 55 20 123 67 101
Binary 10110010 11010111 1110110 10001 0 101101 10000 1010011 110111 1000001

Color Harmonies of #B2D776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D776

Black with #B2D776

Text Example


Text Example

White with #B2D776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D776; }

 p { color: rgb(178,215,118); }

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

background-color css

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

 a { background-color: rgb(178,215,118); }

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

border-color css

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

 span { border-color: rgb(178,215,118); }

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