#99BF0A

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

Shades of Citrus #99BF0A

Tints of Citrus #99BF0A

Color information

#99BF0A (or 0x99BF0A) is unknown color: approx Citrus. HEX triplet: 99, BF and 0A. RGB value is (153,191,10). Sum of RGB (Red+Green+Blue) = 153+191+10=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BF0A is #6640F5. Grayscale: #9F9F9F. Windows color (decimal): -6701302 or 704409. OLE color: 704409.

HSL color Cylindrical-coordinate representation of color #99BF0A: hue angle of 72.6º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99BF0A is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB15319110-
CMYK0.2000.950.25
HSL72.6º90.05%39.41%-
HSV(B)72.6º94.76%74.9%-
XYZ31.8244.067.11-
YUV15943.91123.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 191 (75% from 255) = 53.95%
BLUE value IS 10 (4.30% from 255) = 2.82%
R=43.22%
G=53.95%
B=2.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153191100.2000.950.2572.690.0539.41
Hex99BFA1405F19495a27
Octal231277122401373111113247
Binary1001100110111111101010100010111111100110010011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,191,10); }

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

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

 a { background-color: rgb(153,191,10); }

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

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

 span { border-color: rgb(153,191,10); }

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