Html Css Color HEX #96992A Citron

📋 copy color: '#96992A'

red 150 ◦ green 153 ◦ blue 42

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

Shades of Citron #96992A

Tints of Citron #96992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.35%

 BLUE value IS 42 (16.8% from 255) = 12.17%

R = 43.48%
G = 44.35%
B = 12.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#96992A (or 0x96992A) is known color: Citron. HEX triplet: 96, 99 and 2A. RGB value is (150,153,42). Sum of RGB (Red+Green+Blue) = 150+153+42=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #96992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96992A is #6966D5. Grayscale: #8B8B8B. Windows color (decimal): -6907606 or 2791830. OLE color: 2791830.

HSL color Cylindrical-coordinate representation of color #96992A: hue angle of 61.62º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96992A is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 42 -
CMYK 0.02 0 0.73 0.4
HSL 61.62º 0.57% 0.38% -
HSV(B) 61.62º 0.73% 0.6% -
XYZ 24.39 29.43 6.59 -
YUV 139.45 73.01 135.53 -
System Red Green Blue C M Y K H S L
Decimal 150 153 42 0.02 0 0.73 0.4 61.62 0.57 0.38
Hex 96 99 2A 2 0 49 28 3E 39 26
Octal 226 231 52 2 0 111 50 76 71 46
Binary 10010110 10011001 101010 10 0 1001001 101000 111110 111001 100110

Color Harmonies of #96992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96992A

Black with #96992A

Text Example


Text Example

White with #96992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96992A; }

 p { color: rgb(150,153,42); }

 H1.HeaderClassName
 {
   color: #96992A;
 }
 .AnyTagClassName
 {
   color: #96992A;
 }
</style>

background-color css

<style>
 a { background-color: #96992A; }

 a { background-color: rgb(150,153,42); }

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

border-color css

<style>
 span { border-color: #96992A; }

 span { border-color: rgb(150,153,42); }

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