Html Css Color HEX #95A301 Citrus

📋 copy color: '#95A301'

red 149 ◦ green 163 ◦ blue 1

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

Shades of Citrus #95A301

Tints of Citrus #95A301

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.08%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 47.6%
G = 52.08%
B = 0.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#95A301 (or 0x95A301) is known color: Citrus. HEX triplet: 95, A3 and 01. RGB value is (149,163,1). Sum of RGB (Red+Green+Blue) = 149+163+1=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 163 (64.06% from 255 or 52.08% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 163 - color contains mainly: green. Hex color #95A301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A301 is #6A5CFE. Grayscale: #8C8C8C. Windows color (decimal): -6970623 or 107413. OLE color: 107413.

HSL color Cylindrical-coordinate representation of color #95A301: hue angle of 65.19º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95A301 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 163 1 -
CMYK 0.09 0 0.99 0.36
HSL 65.19º 0.99% 0.32% -
HSV(B) 65.19º 0.99% 0.64% -
XYZ 25.5 32.59 4.97 -
YUV 140.35 49.36 134.17 -
System Red Green Blue C M Y K H S L
Decimal 149 163 1 0.09 0 0.99 0.36 65.19 0.99 0.32
Hex 95 A3 1 9 0 63 24 41 63 20
Octal 225 243 1 11 0 143 44 101 143 40
Binary 10010101 10100011 1 1001 0 1100011 100100 1000001 1100011 100000

Color Harmonies of #95A301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A301

Black with #95A301

Text Example


Text Example

White with #95A301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,163,1); }

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

background-color css

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

 a { background-color: rgb(149,163,1); }

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

border-color css

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

 span { border-color: rgb(149,163,1); }

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