Html Css Color HEX #95A201 Citrus

📋 copy color: '#95A201'

red 149 ◦ green 162 ◦ blue 1

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

Shades of Citrus #95A201

Tints of Citrus #95A201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.92%

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

R = 47.76%
G = 51.92%
B = 0.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#95A201 (or 0x95A201) is known color: Citrus. HEX triplet: 95, A2 and 01. RGB value is (149,162,1). Sum of RGB (Red+Green+Blue) = 149+162+1=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #95A201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A201 is #6A5DFE. Grayscale: #8C8C8C. Windows color (decimal): -6970879 or 107157. OLE color: 107157.

HSL color Cylindrical-coordinate representation of color #95A201: hue angle of 64.84º 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 #95A201 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 162 1 -
CMYK 0.08 0 0.99 0.36
HSL 64.84º 0.99% 0.32% -
HSV(B) 64.84º 0.99% 0.64% -
XYZ 25.32 32.23 4.92 -
YUV 139.76 49.69 134.59 -
System Red Green Blue C M Y K H S L
Decimal 149 162 1 0.08 0 0.99 0.36 64.84 0.99 0.32
Hex 95 A2 1 8 0 63 24 41 63 20
Octal 225 242 1 10 0 143 44 101 143 40
Binary 10010101 10100010 1 1000 0 1100011 100100 1000001 1100011 100000

Color Harmonies of #95A201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A201

Black with #95A201

Text Example


Text Example

White with #95A201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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