#95B80B

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

Shades of Citrus #95B80B

Tints of Citrus #95B80B

Color information

#95B80B (or 0x95B80B) is unknown color: approx Citrus. HEX triplet: 95, B8 and 0B. RGB value is (149,184,11). Sum of RGB (Red+Green+Blue) = 149+184+11=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #95B80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95B80B is #6A47F4. Grayscale: #9A9A9A. Windows color (decimal): -6965237 or 768149. OLE color: 768149.

HSL color Cylindrical-coordinate representation of color #95B80B: hue angle of 72.14º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95B80B is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB14918411-
CMYK0.1900.940.28
HSL72.14º88.72%38.24%-
HSV(B)72.14º94.02%72.16%-
XYZ29.640.696.61-
YUV153.8147.4124.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 184 (72.27% from 255) = 53.49%
BLUE value IS 11 (4.69% from 255) = 3.20%
R=43.31%
G=53.49%
B=3.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal149184110.1900.940.2872.1488.7238.24
Hex95B8B1305E1C485926
Octal225270132301363411013146
Binary1001010110111000101110011010111101110010010001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,184,11); }

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

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

 a { background-color: rgb(149,184,11); }

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

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

 span { border-color: rgb(149,184,11); }

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