Html Css Color HEX #95A200 Citrus

📋 copy color: '#95A200'

red 149 ◦ green 162 ◦ blue 0

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

Shades of Citrus #95A200

Tints of Citrus #95A200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.91%
G = 52.09%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#95A200 (or 0x95A200) is known color: Citrus. HEX triplet: 95, A2 and 00. RGB value is (149,162,0). Sum of RGB (Red+Green+Blue) = 149+162+0=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #95A200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A200 is #6A5DFF. Grayscale: #8C8C8C. Windows color (decimal): -6970880 or 41621. OLE color: 41621.

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

Color convert

RGB 149 162 0 -
CMYK 0.08 0 1 0.36
HSL 64.81º 1% 0.32% -
HSV(B) 64.81º 1% 0.64% -
XYZ 25.31 32.23 4.89 -
YUV 139.65 49.19 134.67 -
System Red Green Blue C M Y K H S L
Decimal 149 162 0 0.08 0 1 0.36 64.81 1 0.32
Hex 95 A2 0 8 0 64 24 41 64 20
Octal 225 242 0 10 0 144 44 101 144 40
Binary 10010101 10100010 0 1000 0 1100100 100100 1000001 1100100 100000

Color Harmonies of #95A200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A200

Black with #95A200

Text Example


Text Example

White with #95A200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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