Html Css Color HEX #96A41C Citron

📋 copy color: '#96A41C'

red 150 ◦ green 164 ◦ blue 28

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

Shades of Citron #96A41C

Tints of Citron #96A41C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.95%

 BLUE value IS 28 (11.33% from 255) = 8.19%

R = 43.86%
G = 47.95%
B = 8.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#96A41C (or 0x96A41C) is known color: Citron. HEX triplet: 96, A4 and 1C. RGB value is (150,164,28). Sum of RGB (Red+Green+Blue) = 150+164+28=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #96A41C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A41C is #695BE3. Grayscale: #909090. Windows color (decimal): -6904804 or 1877142. OLE color: 1877142.

HSL color Cylindrical-coordinate representation of color #96A41C: hue angle of 66.18º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96A41C is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 164 28 -
CMYK 0.09 0 0.83 0.36
HSL 66.18º 0.71% 0.38% -
HSV(B) 66.18º 0.83% 0.64% -
XYZ 26.06 33.12 6.12 -
YUV 144.31 62.36 132.06 -
System Red Green Blue C M Y K H S L
Decimal 150 164 28 0.09 0 0.83 0.36 66.18 0.71 0.38
Hex 96 A4 1C 9 0 53 24 42 47 26
Octal 226 244 34 11 0 123 44 102 107 46
Binary 10010110 10100100 11100 1001 0 1010011 100100 1000010 1000111 100110

Color Harmonies of #96A41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A41C

Black with #96A41C

Text Example


Text Example

White with #96A41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,164,28); }

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

background-color css

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

 a { background-color: rgb(150,164,28); }

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

border-color css

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

 span { border-color: rgb(150,164,28); }

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