#95B409

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

Shades of Citrus #95B409

Tints of Citrus #95B409

Color information

#95B409 (or 0x95B409) is unknown color: approx Citrus. HEX triplet: 95, B4 and 09. RGB value is (149,180,9). Sum of RGB (Red+Green+Blue) = 149+180+9=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #95B409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95B409 is #6A4BF6. Grayscale: #979797. Windows color (decimal): -6966263 or 636053. OLE color: 636053.

HSL color Cylindrical-coordinate representation of color #95B409: hue angle of 70.88º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95B409 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB1491809-
CMYK0.1700.950.29
HSL70.88º90.48%37.06%-
HSV(B)70.88º95%70.59%-
XYZ28.7639.056.28-
YUV151.2447.73126.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 180 (70.70% from 255) = 53.25%
BLUE value IS 9 (3.91% from 255) = 2.66%
R=44.08%
G=53.25%
B=2.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14918090.1700.950.2970.8890.4837.06
Hex95B491105F1D475a25
Octal225264112101373510713245
Binary1001010110110100100110001010111111110110001111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95B409; }

 p { color: rgb(149,180,9); }

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

<style>
 a { background-color: #95B409; }

 a { background-color: rgb(149,180,9); }

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

<style>
 span { border-color: #95B409; }

 span { border-color: rgb(149,180,9); }

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