#95BB0C

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

Shades of Citrus #95BB0C

Tints of Citrus #95BB0C

Color information

#95BB0C (or 0x95BB0C) is unknown color: approx Citrus. HEX triplet: 95, BB and 0C. RGB value is (149,187,12). Sum of RGB (Red+Green+Blue) = 149+187+12=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #95BB0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BB0C is #6A44F3. Grayscale: #9C9C9C. Windows color (decimal): -6964468 or 834453. OLE color: 834453.

HSL color Cylindrical-coordinate representation of color #95BB0C: hue angle of 73.03º 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 #95BB0C is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB14918712-
CMYK0.2000.940.27
HSL73.03º87.94%39.02%-
HSV(B)73.03º93.58%73.33%-
XYZ30.2341.966.85-
YUV155.6946.91123.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 187 (73.44% from 255) = 53.74%
BLUE value IS 12 (5.08% from 255) = 3.45%
R=42.82%
G=53.74%
B=3.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149187120.2000.940.2773.0387.9439.02
Hex95BBC1405E1B495827
Octal225273142401363311113047
Binary1001010110111011110010100010111101101110010011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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