Html Css Color HEX #99BD14 Citrus

📋 copy color: '#99BD14'

red 153 ◦ green 189 ◦ blue 20

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

Shades of Citrus #99BD14

Tints of Citrus #99BD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.52%

R = 42.27%
G = 52.21%
B = 5.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#99BD14 (or 0x99BD14) is known color: Citrus. HEX triplet: 99, BD and 14. RGB value is (153,189,20). Sum of RGB (Red+Green+Blue) = 153+189+20=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BD14 is #6642EB. Grayscale: #9F9F9F. Windows color (decimal): -6701804 or 1359257. OLE color: 1359257.

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

Color convert

RGB 153 189 20 -
CMYK 0.19 0 0.89 0.26
HSL 72.78º 0.81% 0.41% -
HSV(B) 72.78º 0.89% 0.74% -
XYZ 31.46 43.22 7.35 -
YUV 158.97 49.57 123.74 -
System Red Green Blue C M Y K H S L
Decimal 153 189 20 0.19 0 0.89 0.26 72.78 0.81 0.41
Hex 99 BD 14 13 0 59 1A 49 51 29
Octal 231 275 24 23 0 131 32 111 121 51
Binary 10011001 10111101 10100 10011 0 1011001 11010 1001001 1010001 101001

Color Harmonies of #99BD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BD14

Black with #99BD14

Text Example


Text Example

White with #99BD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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