Html Css Color HEX #908B14 Citron

📋 copy color: '#908B14'

red 144 ◦ green 139 ◦ blue 20

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

Shades of Citron #908B14

Tints of Citron #908B14

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.87%

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

R = 47.52%
G = 45.87%
B = 6.6%

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

#908B14 (or 0x908B14) is known color: Citron. HEX triplet: 90, 8B and 14. RGB value is (144,139,20). Sum of RGB (Red+Green+Blue) = 144+139+20=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #908B14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908B14 is #6F74EB. Grayscale: #7F7F7F. Windows color (decimal): -7304428 or 1346448. OLE color: 1346448.

HSL color Cylindrical-coordinate representation of color #908B14: hue angle of 57.58º 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 #908B14 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 139 20 -
CMYK 0 0.03 0.86 0.44
HSL 57.58º 0.76% 0.32% -
HSV(B) 57.58º 0.86% 0.56% -
XYZ 20.86 24.45 4.28 -
YUV 126.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 144 139 20 0 0.03 0.86 0.44 57.58 0.76 0.32
Hex 90 8B 14 0 3 56 2C 3A 4C 20
Octal 220 213 24 0 3 126 54 72 114 40
Binary 10010000 10001011 10100 0 11 1010110 101100 111010 1001100 100000

Color Harmonies of #908B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908B14

Black with #908B14

Text Example


Text Example

White with #908B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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