Html Css Color HEX #99BD18 Citrus

📋 copy color: '#99BD18'

red 153 ◦ green 189 ◦ blue 24

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

Shades of Citrus #99BD18

Tints of Citrus #99BD18

RGB

 RED value IS 153 (60.16% from 255) = 41.8%

 GREEN value IS 189 (74.22% from 255) = 51.64%

 BLUE value IS 24 (9.77% from 255) = 6.56%

R = 41.8%
G = 51.64%
B = 6.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#99BD18 (or 0x99BD18) is known color: Citrus. HEX triplet: 99, BD and 18. RGB value is (153,189,24). Sum of RGB (Red+Green+Blue) = 153+189+24=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 189 (74.22% from 255 or 51.64% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BD18 is #6642E7. Grayscale: #A0A0A0. Windows color (decimal): -6701800 or 1621401. OLE color: 1621401.

HSL color Cylindrical-coordinate representation of color #99BD18: hue angle of 73.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99BD18 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 189 24 -
CMYK 0.19 0 0.87 0.26
HSL 73.09º 0.77% 0.42% -
HSV(B) 73.09º 0.87% 0.74% -
XYZ 31.5 43.23 7.55 -
YUV 159.43 51.57 123.42 -
System Red Green Blue C M Y K H S L
Decimal 153 189 24 0.19 0 0.87 0.26 73.09 0.77 0.42
Hex 99 BD 18 13 0 57 1A 49 4D 2A
Octal 231 275 30 23 0 127 32 111 115 52
Binary 10011001 10111101 11000 10011 0 1010111 11010 1001001 1001101 101010

Color Harmonies of #99BD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BD18

Black with #99BD18

Text Example


Text Example

White with #99BD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99BD18; }

 p { color: rgb(153,189,24); }

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

background-color css

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

 a { background-color: rgb(153,189,24); }

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

border-color css

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

 span { border-color: rgb(153,189,24); }

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