Html Css Color HEX #90972D Citron

📋 copy color: '#90972D'

red 144 ◦ green 151 ◦ blue 45

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

Shades of Citron #90972D

Tints of Citron #90972D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.41%

 BLUE value IS 45 (17.97% from 255) = 13.24%

R = 42.35%
G = 44.41%
B = 13.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#90972D (or 0x90972D) is known color: Citron. HEX triplet: 90, 97 and 2D. RGB value is (144,151,45). Sum of RGB (Red+Green+Blue) = 144+151+45=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 151 - color contains mainly: green. Hex color #90972D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90972D is #6F68D2. Grayscale: #898989. Windows color (decimal): -7301331 or 2987920. OLE color: 2987920.

HSL color Cylindrical-coordinate representation of color #90972D: hue angle of 63.96º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90972D is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 151 45 -
CMYK 0.05 0 0.70 0.41
HSL 63.96º 0.54% 0.38% -
HSV(B) 63.96º 0.7% 0.59% -
XYZ 23.04 28.25 6.72 -
YUV 136.82 76.18 133.12 -
System Red Green Blue C M Y K H S L
Decimal 144 151 45 0.05 0 0.70 0.41 63.96 0.54 0.38
Hex 90 97 2D 5 0 46 29 40 36 26
Octal 220 227 55 5 0 106 51 100 66 46
Binary 10010000 10010111 101101 101 0 1000110 101001 1000000 110110 100110

Color Harmonies of #90972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90972D

Black with #90972D

Text Example


Text Example

White with #90972D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,151,45); }

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

background-color css

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

 a { background-color: rgb(144,151,45); }

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

border-color css

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

 span { border-color: rgb(144,151,45); }

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