Html Css Color HEX #95B63C Yellow Green

📋 copy color: '#95B63C'

red 149 ◦ green 182 ◦ blue 60

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

Shades of Yellow Green #95B63C

Tints of Yellow Green #95B63C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.55%

 BLUE value IS 60 (23.83% from 255) = 15.35%

R = 38.11%
G = 46.55%
B = 15.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#95B63C (or 0x95B63C) is known color: Yellow Green. HEX triplet: 95, B6 and 3C. RGB value is (149,182,60). Sum of RGB (Red+Green+Blue) = 149+182+60=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 182 - color contains mainly: green. Hex color #95B63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B63C is #6A49C3. Grayscale: #9E9E9E. Windows color (decimal): -6965700 or 3978901. OLE color: 3978901.

HSL color Cylindrical-coordinate representation of color #95B63C: hue angle of 76.23º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95B63C is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 182 60 -
CMYK 0.18 0 0.67 0.29
HSL 76.23º 0.5% 0.47% -
HSV(B) 76.23º 0.67% 0.71% -
XYZ 29.94 40.17 10.45 -
YUV 158.23 72.57 121.42 -
System Red Green Blue C M Y K H S L
Decimal 149 182 60 0.18 0 0.67 0.29 76.23 0.5 0.47
Hex 95 B6 3C 12 0 43 1D 4C 32 2F
Octal 225 266 74 22 0 103 35 114 62 57
Binary 10010101 10110110 111100 10010 0 1000011 11101 1001100 110010 101111

Color Harmonies of #95B63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B63C

Black with #95B63C

Text Example


Text Example

White with #95B63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,182,60); }

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

background-color css

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

 a { background-color: rgb(149,182,60); }

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

border-color css

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

 span { border-color: rgb(149,182,60); }

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