Html Css Color HEX #96A51D Citron

📋 copy color: '#96A51D'

red 150 ◦ green 165 ◦ blue 29

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

Shades of Citron #96A51D

Tints of Citron #96A51D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.97%

 BLUE value IS 29 (11.72% from 255) = 8.43%

R = 43.6%
G = 47.97%
B = 8.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#96A51D (or 0x96A51D) is known color: Citron. HEX triplet: 96, A5 and 1D. RGB value is (150,165,29). Sum of RGB (Red+Green+Blue) = 150+165+29=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 165 - color contains mainly: green. Hex color #96A51D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A51D is #695AE2. Grayscale: #919191. Windows color (decimal): -6904547 or 1942934. OLE color: 1942934.

HSL color Cylindrical-coordinate representation of color #96A51D: hue angle of 66.62º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96A51D is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 165 29 -
CMYK 0.09 0 0.82 0.35
HSL 66.62º 0.7% 0.38% -
HSV(B) 66.62º 0.82% 0.65% -
XYZ 26.25 33.48 6.24 -
YUV 145.01 62.53 131.56 -
System Red Green Blue C M Y K H S L
Decimal 150 165 29 0.09 0 0.82 0.35 66.62 0.7 0.38
Hex 96 A5 1D 9 0 52 23 43 46 26
Octal 226 245 35 11 0 122 43 103 106 46
Binary 10010110 10100101 11101 1001 0 1010010 100011 1000011 1000110 100110

Color Harmonies of #96A51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A51D

Black with #96A51D

Text Example


Text Example

White with #96A51D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,165,29); }

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

background-color css

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

 a { background-color: rgb(150,165,29); }

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

border-color css

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

 span { border-color: rgb(150,165,29); }

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