Html Css Color HEX #B2D778 Caper

📋 copy color: '#B2D778'

red 178 ◦ green 215 ◦ blue 120

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

Shades of Caper #B2D778

Tints of Caper #B2D778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.39%

R = 34.7%
G = 41.91%
B = 23.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#B2D778 (or 0xB2D778) is known color: Caper. HEX triplet: B2, D7 and 78. RGB value is (178,215,120). Sum of RGB (Red+Green+Blue) = 178+215+120=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D778 is #4D2887. Grayscale: #C1C1C1. Windows color (decimal): -5056648 or 7919538. OLE color: 7919538.

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

Color convert

RGB 178 215 120 -
CMYK 0.17 0 0.44 0.16
HSL 83.37º 0.54% 0.66% -
HSV(B) 83.37º 0.44% 0.84% -
XYZ 46.05 59.42 26.81 -
YUV 193.11 86.74 117.22 -
System Red Green Blue C M Y K H S L
Decimal 178 215 120 0.17 0 0.44 0.16 83.37 0.54 0.66
Hex B2 D7 78 11 0 2C 10 53 36 42
Octal 262 327 170 21 0 54 20 123 66 102
Binary 10110010 11010111 1111000 10001 0 101100 10000 1010011 110110 1000010

Color Harmonies of #B2D778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D778

Black with #B2D778

Text Example


Text Example

White with #B2D778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D778; }

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

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

background-color css

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

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

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

border-color css

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

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

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