Html Css Color HEX #B2D16E Caper

📋 copy color: '#B2D16E'

red 178 ◦ green 209 ◦ blue 110

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

Shades of Caper #B2D16E

Tints of Caper #B2D16E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.05%

 BLUE value IS 110 (43.36% from 255) = 22.13%

R = 35.81%
G = 42.05%
B = 22.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#B2D16E (or 0xB2D16E) is known color: Caper. HEX triplet: B2, D1 and 6E. RGB value is (178,209,110). Sum of RGB (Red+Green+Blue) = 178+209+110=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D16E is #4D2E91. Grayscale: #BCBCBC. Windows color (decimal): -5058194 or 7262642. OLE color: 7262642.

HSL color Cylindrical-coordinate representation of color #B2D16E: hue angle of 78.79º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2D16E is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 209 110 -
CMYK 0.15 0 0.47 0.18
HSL 78.79º 0.52% 0.63% -
HSV(B) 78.79º 0.47% 0.82% -
XYZ 43.98 56.19 23.28 -
YUV 188.45 83.73 120.55 -
System Red Green Blue C M Y K H S L
Decimal 178 209 110 0.15 0 0.47 0.18 78.79 0.52 0.63
Hex B2 D1 6E F 0 2F 12 4F 34 3F
Octal 262 321 156 17 0 57 22 117 64 77
Binary 10110010 11010001 1101110 1111 0 101111 10010 1001111 110100 111111

Color Harmonies of #B2D16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D16E

Black with #B2D16E

Text Example


Text Example

White with #B2D16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D16E; }

 p { color: rgb(178,209,110); }

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

background-color css

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

 a { background-color: rgb(178,209,110); }

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

border-color css

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

 span { border-color: rgb(178,209,110); }

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