Html Css Color HEX #BEDD9A Pixie Green

📋 copy color: '#BEDD9A'

red 190 ◦ green 221 ◦ blue 154

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

Shades of Pixie Green #BEDD9A

Tints of Pixie Green #BEDD9A

RGB

 RED value IS 190 (74.61% from 255) = 33.63%

 GREEN value IS 221 (86.72% from 255) = 39.12%

 BLUE value IS 154 (60.55% from 255) = 27.26%

R = 33.63%
G = 39.12%
B = 27.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#BEDD9A (or 0xBEDD9A) is known color: Pixie Green. HEX triplet: BE, DD and 9A. RGB value is (190,221,154). Sum of RGB (Red+Green+Blue) = 190+221+154=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDD9A is #412265. Grayscale: #CCCCCC. Windows color (decimal): -4268646 or 10149310. OLE color: 10149310.

HSL color Cylindrical-coordinate representation of color #BEDD9A: hue angle of 87.76º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEDD9A is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 221 154 -
CMYK 0.14 0 0.30 0.13
HSL 87.76º 0.5% 0.74% -
HSV(B) 87.76º 0.3% 0.87% -
XYZ 52.92 64.99 40.33 -
YUV 204.09 99.73 117.95 -
System Red Green Blue C M Y K H S L
Decimal 190 221 154 0.14 0 0.30 0.13 87.76 0.5 0.74
Hex BE DD 9A E 0 1E D 58 32 4A
Octal 276 335 232 16 0 36 15 130 62 112
Binary 10111110 11011101 10011010 1110 0 11110 1101 1011000 110010 1001010

Color Harmonies of #BEDD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD9A

Black with #BEDD9A

Text Example


Text Example

White with #BEDD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD9A; }

 p { color: rgb(190,221,154); }

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

background-color css

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

 a { background-color: rgb(190,221,154); }

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

border-color css

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

 span { border-color: rgb(190,221,154); }

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