Html Css Color HEX #B5CEA2 Pixie Green

📋 copy color: '#B5CEA2'

red 181 ◦ green 206 ◦ blue 162

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

Shades of Pixie Green #B5CEA2

Tints of Pixie Green #B5CEA2

RGB

 RED value IS 181 (71.09% from 255) = 32.97%

 GREEN value IS 206 (80.86% from 255) = 37.52%

 BLUE value IS 162 (63.67% from 255) = 29.51%

R = 32.97%
G = 37.52%
B = 29.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#B5CEA2 (or 0xB5CEA2) is known color: Pixie Green. HEX triplet: B5, CE and A2. RGB value is (181,206,162). Sum of RGB (Red+Green+Blue) = 181+206+162=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CEA2 is #4A315D. Grayscale: #C1C1C1. Windows color (decimal): -4862302 or 10669749. OLE color: 10669749.

HSL color Cylindrical-coordinate representation of color #B5CEA2: hue angle of 94.09º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5CEA2 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 206 162 -
CMYK 0.12 0 0.21 0.19
HSL 94.09º 0.31% 0.72% -
HSV(B) 94.09º 0.21% 0.81% -
XYZ 47.65 56.58 42.59 -
YUV 193.51 110.22 119.08 -
System Red Green Blue C M Y K H S L
Decimal 181 206 162 0.12 0 0.21 0.19 94.09 0.31 0.72
Hex B5 CE A2 C 0 15 13 5E 1F 48
Octal 265 316 242 14 0 25 23 136 37 110
Binary 10110101 11001110 10100010 1100 0 10101 10011 1011110 11111 1001000

Color Harmonies of #B5CEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CEA2

Black with #B5CEA2

Text Example


Text Example

White with #B5CEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CEA2; }

 p { color: rgb(181,206,162); }

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

background-color css

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

 a { background-color: rgb(181,206,162); }

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

border-color css

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

 span { border-color: rgb(181,206,162); }

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