Html Css Color HEX #908C14 Citron

📋 copy color: '#908C14'

red 144 ◦ green 140 ◦ blue 20

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

Shades of Citron #908C14

Tints of Citron #908C14

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.05%

 BLUE value IS 20 (8.2% from 255) = 6.58%

R = 47.37%
G = 46.05%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#908C14 (or 0x908C14) is known color: Citron. HEX triplet: 90, 8C and 14. RGB value is (144,140,20). Sum of RGB (Red+Green+Blue) = 144+140+20=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #908C14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908C14 is #6F73EB. Grayscale: #7F7F7F. Windows color (decimal): -7304172 or 1346704. OLE color: 1346704.

HSL color Cylindrical-coordinate representation of color #908C14: hue angle of 58.06º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #908C14 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 140 20 -
CMYK 0 0.03 0.86 0.44
HSL 58.06º 0.76% 0.32% -
HSV(B) 58.06º 0.86% 0.56% -
XYZ 21.01 24.74 4.33 -
YUV 127.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 144 140 20 0 0.03 0.86 0.44 58.06 0.76 0.32
Hex 90 8C 14 0 3 56 2C 3A 4C 20
Octal 220 214 24 0 3 126 54 72 114 40
Binary 10010000 10001100 10100 0 11 1010110 101100 111010 1001100 100000

Color Harmonies of #908C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908C14

Black with #908C14

Text Example


Text Example

White with #908C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908C14; }

 p { color: rgb(144,140,20); }

 H1.HeaderClassName
 {
   color: #908C14;
 }
 .AnyTagClassName
 {
   color: #908C14;
 }
</style>

background-color css

<style>
 a { background-color: #908C14; }

 a { background-color: rgb(144,140,20); }

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

border-color css

<style>
 span { border-color: #908C14; }

 span { border-color: rgb(144,140,20); }

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