Html Css Color HEX #90992F Citron

📋 copy color: '#90992F'

red 144 ◦ green 153 ◦ blue 47

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

Shades of Citron #90992F

Tints of Citron #90992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.48%

 BLUE value IS 47 (18.75% from 255) = 13.66%

R = 41.86%
G = 44.48%
B = 13.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#90992F (or 0x90992F) is known color: Citron. HEX triplet: 90, 99 and 2F. RGB value is (144,153,47). Sum of RGB (Red+Green+Blue) = 144+153+47=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #90992F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90992F is #6F66D0. Grayscale: #8A8A8A. Windows color (decimal): -7300817 or 3119504. OLE color: 3119504.

HSL color Cylindrical-coordinate representation of color #90992F: hue angle of 65.09º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90992F is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 153 47 -
CMYK 0.06 0 0.69 0.4
HSL 65.09º 0.53% 0.39% -
HSV(B) 65.09º 0.69% 0.6% -
XYZ 23.41 28.92 7.04 -
YUV 138.23 76.52 132.12 -
System Red Green Blue C M Y K H S L
Decimal 144 153 47 0.06 0 0.69 0.4 65.09 0.53 0.39
Hex 90 99 2F 6 0 45 28 41 35 27
Octal 220 231 57 6 0 105 50 101 65 47
Binary 10010000 10011001 101111 110 0 1000101 101000 1000001 110101 100111

Color Harmonies of #90992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90992F

Black with #90992F

Text Example


Text Example

White with #90992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90992F; }

 p { color: rgb(144,153,47); }

 H1.HeaderClassName
 {
   color: #90992F;
 }
 .AnyTagClassName
 {
   color: #90992F;
 }
</style>

background-color css

<style>
 a { background-color: #90992F; }

 a { background-color: rgb(144,153,47); }

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

border-color css

<style>
 span { border-color: #90992F; }

 span { border-color: rgb(144,153,47); }

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