Html Css Color HEX #95BA33 Yellow Green

📋 copy color: '#95BA33'

red 149 ◦ green 186 ◦ blue 51

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

Shades of Yellow Green #95BA33

Tints of Yellow Green #95BA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.21%

R = 38.6%
G = 48.19%
B = 13.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#95BA33 (or 0x95BA33) is known color: Yellow Green. HEX triplet: 95, BA and 33. RGB value is (149,186,51). Sum of RGB (Red+Green+Blue) = 149+186+51=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BA33 is #6A45CC. Grayscale: #A0A0A0. Windows color (decimal): -6964685 or 3390101. OLE color: 3390101.

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

Color convert

RGB 149 186 51 -
CMYK 0.20 0 0.73 0.27
HSL 76.44º 0.57% 0.46% -
HSV(B) 76.44º 0.73% 0.73% -
XYZ 30.55 41.75 9.58 -
YUV 159.55 66.74 120.48 -
System Red Green Blue C M Y K H S L
Decimal 149 186 51 0.20 0 0.73 0.27 76.44 0.57 0.46
Hex 95 BA 33 14 0 49 1B 4C 39 2E
Octal 225 272 63 24 0 111 33 114 71 56
Binary 10010101 10111010 110011 10100 0 1001001 11011 1001100 111001 101110

Color Harmonies of #95BA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA33

Black with #95BA33

Text Example


Text Example

White with #95BA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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