#9BAF08

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

Shades of Citrus #9BAF08

Tints of Citrus #9BAF08

Color information

#9BAF08 (or 0x9BAF08) is unknown color: approx Citrus. HEX triplet: 9B, AF and 08. RGB value is (155,175,8). Sum of RGB (Red+Green+Blue) = 155+175+8=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAF08 is #6450F7. Grayscale: #969696. Windows color (decimal): -6574328 or 569243. OLE color: 569243.

HSL color Cylindrical-coordinate representation of color #9BAF08: hue angle of 67.19º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9BAF08 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1551758-
CMYK0.1100.950.31
HSL67.19º91.26%35.88%-
HSV(B)67.19º95.43%68.63%-
XYZ28.8937.655.97-
YUV149.9847.87131.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.86%
GREEN value IS 175 (68.75% from 255) = 51.78%
BLUE value IS 8 (3.52% from 255) = 2.37%
R=45.86%
G=51.78%
B=2.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15517580.1100.950.3167.1991.2635.88
Hex9BAF8B05F1F435b24
Octal233257101301373710313344
Binary100110111010111110001011010111111111110000111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BAF08; }

 p { color: rgb(155,175,8); }

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

<style>
 a { background-color: #9BAF08; }

 a { background-color: rgb(155,175,8); }

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

<style>
 span { border-color: #9BAF08; }

 span { border-color: rgb(155,175,8); }

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