Html Css Color HEX #95A702 Citrus

📋 copy color: '#95A702'

red 149 ◦ green 167 ◦ blue 2

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

Shades of Citrus #95A702

Tints of Citrus #95A702

RGB

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

 GREEN value IS 167 (65.63% from 255) = 52.52%

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

R = 46.86%
G = 52.52%
B = 0.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#95A702 (or 0x95A702) is known color: Citrus. HEX triplet: 95, A7 and 02. RGB value is (149,167,2). Sum of RGB (Red+Green+Blue) = 149+167+2=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 167 (65.62% from 255 or 52.52% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 167 - color contains mainly: green. Hex color #95A702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A702 is #6A58FD. Grayscale: #8F8F8F. Windows color (decimal): -6969598 or 173973. OLE color: 173973.

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

Color convert

RGB 149 167 2 -
CMYK 0.11 0 0.99 0.35
HSL 66.55º 0.98% 0.33% -
HSV(B) 66.55º 0.99% 0.65% -
XYZ 26.22 34.03 5.24 -
YUV 142.81 48.54 132.42 -
System Red Green Blue C M Y K H S L
Decimal 149 167 2 0.11 0 0.99 0.35 66.55 0.98 0.33
Hex 95 A7 2 B 0 63 23 43 62 21
Octal 225 247 2 13 0 143 43 103 142 41
Binary 10010101 10100111 10 1011 0 1100011 100011 1000011 1100010 100001

Color Harmonies of #95A702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A702

Black with #95A702

Text Example


Text Example

White with #95A702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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