Html Css Color HEX #90961E Citron

📋 copy color: '#90961E'

red 144 ◦ green 150 ◦ blue 30

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

Shades of Citron #90961E

Tints of Citron #90961E

RGB

 RED value IS 144 (56.64% from 255) = 44.44%

 GREEN value IS 150 (58.98% from 255) = 46.3%

 BLUE value IS 30 (12.11% from 255) = 9.26%

R = 44.44%
G = 46.3%
B = 9.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#90961E (or 0x90961E) is known color: Citron. HEX triplet: 90, 96 and 1E. RGB value is (144,150,30). Sum of RGB (Red+Green+Blue) = 144+150+30=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #90961E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90961E is #6F69E1. Grayscale: #878787. Windows color (decimal): -7301602 or 2004624. OLE color: 2004624.

HSL color Cylindrical-coordinate representation of color #90961E: hue angle of 63º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #90961E is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 150 30 -
CMYK 0.04 0 0.80 0.41
HSL 63º 0.67% 0.35% -
HSV(B) 63º 0.8% 0.59% -
XYZ 22.64 27.84 5.41 -
YUV 134.53 69.01 134.76 -
System Red Green Blue C M Y K H S L
Decimal 144 150 30 0.04 0 0.80 0.41 63 0.67 0.35
Hex 90 96 1E 4 0 50 29 3F 43 23
Octal 220 226 36 4 0 120 51 77 103 43
Binary 10010000 10010110 11110 100 0 1010000 101001 111111 1000011 100011

Color Harmonies of #90961E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90961E

Black with #90961E

Text Example


Text Example

White with #90961E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90961E; }

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

 H1.HeaderClassName
 {
   color: #90961E;
 }
 .AnyTagClassName
 {
   color: #90961E;
 }
</style>

background-color css

<style>
 a { background-color: #90961E; }

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

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

border-color css

<style>
 span { border-color: #90961E; }

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

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