#95BB3A

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

Shades of Yellow Green #95BB3A

Tints of Yellow Green #95BB3A

Color information

#95BB3A (or 0x95BB3A) is unknown color: approx Yellow Green. HEX triplet: 95, BB and 3A. RGB value is (149,187,58). Sum of RGB (Red+Green+Blue) = 149+187+58=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #95BB3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BB3A is #6A44C5. Grayscale: #A1A1A1. Windows color (decimal): -6964422 or 3849109. OLE color: 3849109.

HSL color Cylindrical-coordinate representation of color #95BB3A: hue angle of 77.67º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95BB3A is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB14918758-
CMYK0.2000.690.27
HSL77.67º52.65%48.04%-
HSV(B)77.67º68.98%73.33%-
XYZ30.9342.2410.53-
YUV160.9369.91119.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 187 (73.44% from 255) = 47.46%
BLUE value IS 58 (23.05% from 255) = 14.72%
R=37.82%
G=47.46%
B=14.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149187580.2000.690.2777.6752.6548.04
Hex95BB3A140451B4e3530
Octal22527372240105331166560
Binary10010101101110111110101010001000101110111001110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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