Html Css Color HEX #BCD99A Pixie Green

📋 copy color: '#BCD99A'

red 188 ◦ green 217 ◦ blue 154

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

Shades of Pixie Green #BCD99A

Tints of Pixie Green #BCD99A

RGB

 RED value IS 188 (73.83% from 255) = 33.63%

 GREEN value IS 217 (85.16% from 255) = 38.82%

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

R = 33.63%
G = 38.82%
B = 27.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#BCD99A (or 0xBCD99A) is known color: Pixie Green. HEX triplet: BC, D9 and 9A. RGB value is (188,217,154). Sum of RGB (Red+Green+Blue) = 188+217+154=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD99A is #432665. Grayscale: #C9C9C9. Windows color (decimal): -4400742 or 10148284. OLE color: 10148284.

HSL color Cylindrical-coordinate representation of color #BCD99A: hue angle of 87.62º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCD99A is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 154 -
CMYK 0.13 0 0.29 0.15
HSL 87.62º 0.45% 0.73% -
HSV(B) 87.62º 0.29% 0.85% -
XYZ 51.38 62.65 39.96 -
YUV 201.15 101.39 118.62 -
System Red Green Blue C M Y K H S L
Decimal 188 217 154 0.13 0 0.29 0.15 87.62 0.45 0.73
Hex BC D9 9A D 0 1D F 58 2D 49
Octal 274 331 232 15 0 35 17 130 55 111
Binary 10111100 11011001 10011010 1101 0 11101 1111 1011000 101101 1001001

Color Harmonies of #BCD99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD99A

Black with #BCD99A

Text Example


Text Example

White with #BCD99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD99A; }

 p { color: rgb(188,217,154); }

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

background-color css

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

 a { background-color: rgb(188,217,154); }

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

border-color css

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

 span { border-color: rgb(188,217,154); }

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