Html Css Color HEX #B5CDA1 Pixie Green

📋 copy color: '#B5CDA1'

red 181 ◦ green 205 ◦ blue 161

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

Shades of Pixie Green #B5CDA1

Tints of Pixie Green #B5CDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 29.43%

R = 33.09%
G = 37.48%
B = 29.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#B5CDA1 (or 0xB5CDA1) is known color: Pixie Green. HEX triplet: B5, CD and A1. RGB value is (181,205,161). Sum of RGB (Red+Green+Blue) = 181+205+161=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CDA1 is #4A325E. Grayscale: #C0C0C0. Windows color (decimal): -4862559 or 10603957. OLE color: 10603957.

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

Color convert

RGB 181 205 161 -
CMYK 0.12 0 0.21 0.20
HSL 92.73º 0.31% 0.72% -
HSV(B) 92.73º 0.21% 0.8% -
XYZ 47.32 56.06 42.04 -
YUV 192.81 110.05 119.58 -
System Red Green Blue C M Y K H S L
Decimal 181 205 161 0.12 0 0.21 0.20 92.73 0.31 0.72
Hex B5 CD A1 C 0 15 14 5D 1F 48
Octal 265 315 241 14 0 25 24 135 37 110
Binary 10110101 11001101 10100001 1100 0 10101 10100 1011101 11111 1001000

Color Harmonies of #B5CDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CDA1

Black with #B5CDA1

Text Example


Text Example

White with #B5CDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CDA1; }

 p { color: rgb(181,205,161); }

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

background-color css

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

 a { background-color: rgb(181,205,161); }

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

border-color css

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

 span { border-color: rgb(181,205,161); }

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