Html Css Color HEX #BBDC98 Pixie Green

📋 copy color: '#BBDC98'

red 187 ◦ green 220 ◦ blue 152

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

Shades of Pixie Green #BBDC98

Tints of Pixie Green #BBDC98

RGB

 RED value IS 187 (73.44% from 255) = 33.45%

 GREEN value IS 220 (86.33% from 255) = 39.36%

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

R = 33.45%
G = 39.36%
B = 27.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#BBDC98 (or 0xBBDC98) is known color: Pixie Green. HEX triplet: BB, DC and 98. RGB value is (187,220,152). Sum of RGB (Red+Green+Blue) = 187+220+152=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC98 is #442367. Grayscale: #CACACA. Windows color (decimal): -4465512 or 10017979. OLE color: 10017979.

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

Color convert

RGB 187 220 152 -
CMYK 0.15 0 0.31 0.14
HSL 89.12º 0.49% 0.73% -
HSV(B) 89.12º 0.31% 0.86% -
XYZ 51.75 64.02 39.33 -
YUV 202.38 99.57 117.03 -
System Red Green Blue C M Y K H S L
Decimal 187 220 152 0.15 0 0.31 0.14 89.12 0.49 0.73
Hex BB DC 98 F 0 1F E 59 31 49
Octal 273 334 230 17 0 37 16 131 61 111
Binary 10111011 11011100 10011000 1111 0 11111 1110 1011001 110001 1001001

Color Harmonies of #BBDC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC98

Black with #BBDC98

Text Example


Text Example

White with #BBDC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC98; }

 p { color: rgb(187,220,152); }

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

background-color css

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

 a { background-color: rgb(187,220,152); }

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

border-color css

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

 span { border-color: rgb(187,220,152); }

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