Html Css Color HEX #B2D17C Caper

📋 copy color: '#B2D17C'

red 178 ◦ green 209 ◦ blue 124

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

Shades of Caper #B2D17C

Tints of Caper #B2D17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.27%

R = 34.83%
G = 40.9%
B = 24.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#B2D17C (or 0xB2D17C) is known color: Caper. HEX triplet: B2, D1 and 7C. RGB value is (178,209,124). Sum of RGB (Red+Green+Blue) = 178+209+124=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D17C is #4D2E83. Grayscale: #BEBEBE. Windows color (decimal): -5058180 or 8180146. OLE color: 8180146.

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

Color convert

RGB 178 209 124 -
CMYK 0.15 0 0.41 0.18
HSL 81.88º 0.48% 0.65% -
HSV(B) 81.88º 0.41% 0.82% -
XYZ 44.8 56.52 27.62 -
YUV 190.04 90.73 119.41 -
System Red Green Blue C M Y K H S L
Decimal 178 209 124 0.15 0 0.41 0.18 81.88 0.48 0.65
Hex B2 D1 7C F 0 29 12 52 30 41
Octal 262 321 174 17 0 51 22 122 60 101
Binary 10110010 11010001 1111100 1111 0 101001 10010 1010010 110000 1000001

Color Harmonies of #B2D17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D17C

Black with #B2D17C

Text Example


Text Example

White with #B2D17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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