Html Css Color HEX #96901D Citron

📋 copy color: '#96901D'

red 150 ◦ green 144 ◦ blue 29

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

Shades of Citron #96901D

Tints of Citron #96901D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.58%

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

R = 46.44%
G = 44.58%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96901D (or 0x96901D) is known color: Citron. HEX triplet: 96, 90 and 1D. RGB value is (150,144,29). Sum of RGB (Red+Green+Blue) = 150+144+29=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #96901D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96901D is #696FE2. Grayscale: #858585. Windows color (decimal): -6909923 or 1937558. OLE color: 1937558.

HSL color Cylindrical-coordinate representation of color #96901D: hue angle of 57.02º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96901D is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 144 29 -
CMYK 0 0.04 0.81 0.41
HSL 57.02º 0.68% 0.35% -
HSV(B) 57.02º 0.81% 0.59% -
XYZ 22.77 26.52 5.08 -
YUV 132.68 69.49 140.35 -
System Red Green Blue C M Y K H S L
Decimal 150 144 29 0 0.04 0.81 0.41 57.02 0.68 0.35
Hex 96 90 1D 0 4 51 29 39 44 23
Octal 226 220 35 0 4 121 51 71 104 43
Binary 10010110 10010000 11101 0 100 1010001 101001 111001 1000100 100011

Color Harmonies of #96901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96901D

Black with #96901D

Text Example


Text Example

White with #96901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96901D; }

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

 H1.HeaderClassName
 {
   color: #96901D;
 }
 .AnyTagClassName
 {
   color: #96901D;
 }
</style>

background-color css

<style>
 a { background-color: #96901D; }

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

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

border-color css

<style>
 span { border-color: #96901D; }

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

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