#99BD14

Color #99BD14 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #99BD14

Tints of Citrus #99BD14

Color information

#99BD14 (or 0x99BD14) is unknown color: approx 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

RGB15318920-
CMYK0.1900.890.26
HSL72.78º80.86%40.98%-
HSV(B)72.78º89.42%74.12%-
XYZ31.4643.227.35-
YUV158.9749.57123.74-

RGB Variations

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

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.20% from 255) = 5.52%
R=42.27%
G=52.21%
B=5.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153189200.1900.890.2672.7880.8640.98
Hex99BD14130591A495129
Octal231275242301313211112151
Binary10011001101111011010010011010110011101010010011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>