Html Css Color HEX #95BC32 Yellow Green

📋 copy color: '#95BC32'

red 149 ◦ green 188 ◦ blue 50

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

Shades of Yellow Green #95BC32

Tints of Yellow Green #95BC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.58%

 BLUE value IS 50 (19.92% from 255) = 12.92%

R = 38.5%
G = 48.58%
B = 12.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#95BC32 (or 0x95BC32) is known color: Yellow Green. HEX triplet: 95, BC and 32. RGB value is (149,188,50). Sum of RGB (Red+Green+Blue) = 149+188+50=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BC32 is #6A43CD. Grayscale: #A1A1A1. Windows color (decimal): -6964174 or 3325077. OLE color: 3325077.

HSL color Cylindrical-coordinate representation of color #95BC32: hue angle of 76.96º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95BC32 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 188 50 -
CMYK 0.21 0 0.73 0.26
HSL 76.96º 0.58% 0.47% -
HSV(B) 76.96º 0.73% 0.74% -
XYZ 30.95 42.59 9.61 -
YUV 160.61 65.58 119.72 -
System Red Green Blue C M Y K H S L
Decimal 149 188 50 0.21 0 0.73 0.26 76.96 0.58 0.47
Hex 95 BC 32 15 0 49 1A 4D 3A 2F
Octal 225 274 62 25 0 111 32 115 72 57
Binary 10010101 10111100 110010 10101 0 1001001 11010 1001101 111010 101111

Color Harmonies of #95BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BC32

Black with #95BC32

Text Example


Text Example

White with #95BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,188,50); }

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

background-color css

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

 a { background-color: rgb(149,188,50); }

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

border-color css

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

 span { border-color: rgb(149,188,50); }

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