Html Css Color HEX #95BA3A Yellow Green

📋 copy color: '#95BA3A'

red 149 ◦ green 186 ◦ blue 58

#95BA3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #95BA3A

Tints of Yellow Green #95BA3A

RGB

 RED value IS 149 (58.59% from 255) = 37.91%

 GREEN value IS 186 (73.05% from 255) = 47.33%

 BLUE value IS 58 (23.05% from 255) = 14.76%

R = 37.91%
G = 47.33%
B = 14.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#95BA3A (or 0x95BA3A) is known color: Yellow Green. HEX triplet: 95, BA and 3A. RGB value is (149,186,58). Sum of RGB (Red+Green+Blue) = 149+186+58=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BA3A is #6A45C5. Grayscale: #A0A0A0. Windows color (decimal): -6964678 or 3848853. OLE color: 3848853.

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

Color convert

RGB 149 186 58 -
CMYK 0.20 0 0.69 0.27
HSL 77.34º 0.52% 0.48% -
HSV(B) 77.34º 0.69% 0.73% -
XYZ 30.72 41.81 10.45 -
YUV 160.35 70.24 119.91 -
System Red Green Blue C M Y K H S L
Decimal 149 186 58 0.20 0 0.69 0.27 77.34 0.52 0.48
Hex 95 BA 3A 14 0 45 1B 4D 34 30
Octal 225 272 72 24 0 105 33 115 64 60
Binary 10010101 10111010 111010 10100 0 1000101 11011 1001101 110100 110000

Color Harmonies of #95BA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA3A

Black with #95BA3A

Text Example


Text Example

White with #95BA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95BA3A;
 }
 .AnyTagClassName
 {
   color: #95BA3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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