Html Css Color HEX #B2CDA0 Pixie Green

📋 copy color: '#B2CDA0'

red 178 ◦ green 205 ◦ blue 160

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

Shades of Pixie Green #B2CDA0

Tints of Pixie Green #B2CDA0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.75%

 BLUE value IS 160 (62.89% from 255) = 29.47%

R = 32.78%
G = 37.75%
B = 29.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#B2CDA0 (or 0xB2CDA0) is known color: Pixie Green. HEX triplet: B2, CD and A0. RGB value is (178,205,160). Sum of RGB (Red+Green+Blue) = 178+205+160=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CDA0 is #4D325F. Grayscale: #BFBFBF. Windows color (decimal): -5059168 or 10538418. OLE color: 10538418.

HSL color Cylindrical-coordinate representation of color #B2CDA0: hue angle of 96º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2CDA0 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 205 160 -
CMYK 0.13 0 0.22 0.20
HSL 96º 0.31% 0.72% -
HSV(B) 96º 0.22% 0.8% -
XYZ 46.54 55.67 41.55 -
YUV 191.8 110.05 118.16 -
System Red Green Blue C M Y K H S L
Decimal 178 205 160 0.13 0 0.22 0.20 96 0.31 0.72
Hex B2 CD A0 D 0 16 14 60 1F 48
Octal 262 315 240 15 0 26 24 140 37 110
Binary 10110010 11001101 10100000 1101 0 10110 10100 1100000 11111 1001000

Color Harmonies of #B2CDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CDA0

Black with #B2CDA0

Text Example


Text Example

White with #B2CDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CDA0; }

 p { color: rgb(178,205,160); }

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

background-color css

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

 a { background-color: rgb(178,205,160); }

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

border-color css

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

 span { border-color: rgb(178,205,160); }

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