#99BC0B

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

Shades of Citrus #99BC0B

Tints of Citrus #99BC0B

Color information

#99BC0B (or 0x99BC0B) is unknown color: approx Citrus. HEX triplet: 99, BC and 0B. RGB value is (153,188,11). Sum of RGB (Red+Green+Blue) = 153+188+11=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BC0B is #6643F4. Grayscale: #9E9E9E. Windows color (decimal): -6702069 or 769177. OLE color: 769177.

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

Color convert

RGB15318811-
CMYK0.1900.940.26
HSL71.86º88.94%39.02%-
HSV(B)71.86º94.15%73.73%-
XYZ31.1842.766.93-
YUV157.3645.4124.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 188 (73.83% from 255) = 53.41%
BLUE value IS 11 (4.69% from 255) = 3.12%
R=43.47%
G=53.41%
B=3.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153188110.1900.940.2671.8688.9439.02
Hex99BCB1305E1A485927
Octal231274132301363211013147
Binary1001100110111100101110011010111101101010010001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,188,11); }

 H1.HeaderClassName
 {
   color: #99BC0B;
 }
 .AnyTagClassName
 {
   color: #99BC0B;
 }
</style>
background-color css

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

 a { background-color: rgb(153,188,11); }

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

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

 span { border-color: rgb(153,188,11); }

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