#95B90C

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

Shades of Citrus #95B90C

Tints of Citrus #95B90C

Color information

#95B90C (or 0x95B90C) is unknown color: approx Citrus. HEX triplet: 95, B9 and 0C. RGB value is (149,185,12). Sum of RGB (Red+Green+Blue) = 149+185+12=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 185 (72.66% from 255 or 53.47% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 185 - color contains mainly: green. Hex color #95B90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95B90C is #6A46F3. Grayscale: #9B9B9B. Windows color (decimal): -6964980 or 833941. OLE color: 833941.

HSL color Cylindrical-coordinate representation of color #95B90C: hue angle of 72.49º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95B90C is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB14918512-
CMYK0.1900.940.27
HSL72.49º87.82%38.63%-
HSV(B)72.49º93.51%72.55%-
XYZ29.8141.116.71-
YUV154.5147.57124.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 185 (72.66% from 255) = 53.47%
BLUE value IS 12 (5.08% from 255) = 3.47%
R=43.06%
G=53.47%
B=3.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149185120.1900.940.2772.4987.8238.63
Hex95B9C1305E1B485827
Octal225271142301363311013047
Binary1001010110111001110010011010111101101110010001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,185,12); }

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

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

 a { background-color: rgb(149,185,12); }

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

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

 span { border-color: rgb(149,185,12); }

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