Html Css Color HEX #96A302 Citrus

📋 copy color: '#96A302'

red 150 ◦ green 163 ◦ blue 2

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

Shades of Citrus #96A302

Tints of Citrus #96A302

RGB

 RED value IS 150 (58.98% from 255) = 47.62%

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

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

R = 47.62%
G = 51.75%
B = 0.63%

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

#96A302 (or 0x96A302) is known color: Citrus. HEX triplet: 96, A3 and 02. RGB value is (150,163,2). Sum of RGB (Red+Green+Blue) = 150+163+2=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #96A302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A302 is #695CFD. Grayscale: #8D8D8D. Windows color (decimal): -6905086 or 172950. OLE color: 172950.

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

Color convert

RGB 150 163 2 -
CMYK 0.08 0 0.99 0.36
HSL 64.84º 0.98% 0.32% -
HSV(B) 64.84º 0.99% 0.64% -
XYZ 25.69 32.68 5.01 -
YUV 140.76 49.69 134.59 -
System Red Green Blue C M Y K H S L
Decimal 150 163 2 0.08 0 0.99 0.36 64.84 0.98 0.32
Hex 96 A3 2 8 0 63 24 41 62 20
Octal 226 243 2 10 0 143 44 101 142 40
Binary 10010110 10100011 10 1000 0 1100011 100100 1000001 1100010 100000

Color Harmonies of #96A302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A302

Black with #96A302

Text Example


Text Example

White with #96A302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A302; }

 p { color: rgb(150,163,2); }

 H1.HeaderClassName
 {
   color: #96A302;
 }
 .AnyTagClassName
 {
   color: #96A302;
 }
</style>

background-color css

<style>
 a { background-color: #96A302; }

 a { background-color: rgb(150,163,2); }

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

border-color css

<style>
 span { border-color: #96A302; }

 span { border-color: rgb(150,163,2); }

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