Html Css Color HEX #BDE298 Pixie Green

📋 copy color: '#BDE298'

red 189 ◦ green 226 ◦ blue 152

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

Shades of Pixie Green #BDE298

Tints of Pixie Green #BDE298

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.86%

 BLUE value IS 152 (59.77% from 255) = 26.81%

R = 33.33%
G = 39.86%
B = 26.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#BDE298 (or 0xBDE298) is known color: Pixie Green. HEX triplet: BD, E2 and 98. RGB value is (189,226,152). Sum of RGB (Red+Green+Blue) = 189+226+152=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE298 is #421D67. Grayscale: #CECECE. Windows color (decimal): -4332904 or 10019517. OLE color: 10019517.

HSL color Cylindrical-coordinate representation of color #BDE298: hue angle of 90º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDE298 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 152 -
CMYK 0.16 0 0.33 0.11
HSL 90º 0.56% 0.74% -
HSV(B) 90º 0.33% 0.89% -
XYZ 53.85 67.48 39.89 -
YUV 206.5 97.24 115.52 -
System Red Green Blue C M Y K H S L
Decimal 189 226 152 0.16 0 0.33 0.11 90 0.56 0.74
Hex BD E2 98 10 0 21 B 5A 38 4A
Octal 275 342 230 20 0 41 13 132 70 112
Binary 10111101 11100010 10011000 10000 0 100001 1011 1011010 111000 1001010

Color Harmonies of #BDE298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE298

Black with #BDE298

Text Example


Text Example

White with #BDE298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE298; }

 p { color: rgb(189,226,152); }

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

background-color css

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

 a { background-color: rgb(189,226,152); }

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

border-color css

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

 span { border-color: rgb(189,226,152); }

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