Html Css Color HEX #BDDB9A Pixie Green

📋 copy color: '#BDDB9A'

red 189 ◦ green 219 ◦ blue 154

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

Shades of Pixie Green #BDDB9A

Tints of Pixie Green #BDDB9A

RGB

 RED value IS 189 (74.22% from 255) = 33.63%

 GREEN value IS 219 (85.94% from 255) = 38.97%

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

R = 33.63%
G = 38.97%
B = 27.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#BDDB9A (or 0xBDDB9A) is known color: Pixie Green. HEX triplet: BD, DB and 9A. RGB value is (189,219,154). Sum of RGB (Red+Green+Blue) = 189+219+154=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB9A is #422465. Grayscale: #CACACA. Windows color (decimal): -4334694 or 10148797. OLE color: 10148797.

HSL color Cylindrical-coordinate representation of color #BDDB9A: hue angle of 87.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDDB9A is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 154 -
CMYK 0.14 0 0.30 0.14
HSL 87.69º 0.47% 0.73% -
HSV(B) 87.69º 0.3% 0.86% -
XYZ 52.15 63.81 40.14 -
YUV 202.62 100.56 118.29 -
System Red Green Blue C M Y K H S L
Decimal 189 219 154 0.14 0 0.30 0.14 87.69 0.47 0.73
Hex BD DB 9A E 0 1E E 58 2F 49
Octal 275 333 232 16 0 36 16 130 57 111
Binary 10111101 11011011 10011010 1110 0 11110 1110 1011000 101111 1001001

Color Harmonies of #BDDB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB9A

Black with #BDDB9A

Text Example


Text Example

White with #BDDB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB9A; }

 p { color: rgb(189,219,154); }

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

background-color css

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

 a { background-color: rgb(189,219,154); }

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

border-color css

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

 span { border-color: rgb(189,219,154); }

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