Html Css Color HEX #95A602 Citrus

📋 copy color: '#95A602'

red 149 ◦ green 166 ◦ blue 2

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

Shades of Citrus #95A602

Tints of Citrus #95A602

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.37%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 47%
G = 52.37%
B = 0.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#95A602 (or 0x95A602) is known color: Citrus. HEX triplet: 95, A6 and 02. RGB value is (149,166,2). Sum of RGB (Red+Green+Blue) = 149+166+2=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #95A602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A602 is #6A59FD. Grayscale: #8E8E8E. Windows color (decimal): -6969854 or 173717. OLE color: 173717.

HSL color Cylindrical-coordinate representation of color #95A602: hue angle of 66.22º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95A602 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 166 2 -
CMYK 0.10 0 0.99 0.35
HSL 66.22º 0.98% 0.33% -
HSV(B) 66.22º 0.99% 0.65% -
XYZ 26.04 33.67 5.18 -
YUV 142.22 48.87 132.84 -
System Red Green Blue C M Y K H S L
Decimal 149 166 2 0.10 0 0.99 0.35 66.22 0.98 0.33
Hex 95 A6 2 A 0 63 23 42 62 21
Octal 225 246 2 12 0 143 43 102 142 41
Binary 10010101 10100110 10 1010 0 1100011 100011 1000010 1100010 100001

Color Harmonies of #95A602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A602

Black with #95A602

Text Example


Text Example

White with #95A602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,166,2); }

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

background-color css

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

 a { background-color: rgb(149,166,2); }

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

border-color css

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

 span { border-color: rgb(149,166,2); }

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