#95BE1A

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

Shades of Citrus #95BE1A

Tints of Citrus #95BE1A

Color information

#95BE1A (or 0x95BE1A) is unknown color: approx Citrus. HEX triplet: 95, BE and 1A. RGB value is (149,190,26). Sum of RGB (Red+Green+Blue) = 149+190+26=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #95BE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BE1A is #6A41E5. Grayscale: #9F9F9F. Windows color (decimal): -6963686 or 1752725. OLE color: 1752725.

HSL color Cylindrical-coordinate representation of color #95BE1A: hue angle of 75º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #95BE1A is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB14919026-
CMYK0.2200.860.25
HSL75º75.93%42.35%-
HSV(B)75º86.32%74.51%-
XYZ30.9943.297.7-
YUV159.0452.92120.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 190 (74.61% from 255) = 52.05%
BLUE value IS 26 (10.55% from 255) = 7.12%
R=40.82%
G=52.05%
B=7.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149190260.2200.860.257575.9342.35
Hex95BE1A16056194b4c2a
Octal225276322601263111311452
Binary10010101101111101101010110010101101100110010111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,190,26); }

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

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

 a { background-color: rgb(149,190,26); }

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

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

 span { border-color: rgb(149,190,26); }

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