#908C1B

Color #908C1B Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #908C1B

Tints of Citron #908C1B

Color information

#908C1B (or 0x908C1B) is unknown color: approx Citron. HEX triplet: 90, 8C and 1B. RGB value is (144,140,27). Sum of RGB (Red+Green+Blue) = 144+140+27=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #908C1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908C1B is #6F73E4. Grayscale: #808080. Windows color (decimal): -7304165 or 1805456. OLE color: 1805456.

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

Color convert

RGB14414027-
CMYK00.030.810.44
HSL57.95º68.42%33.53%-
HSV(B)57.95º81.25%56.47%-
XYZ21.0824.764.71-
YUV128.3170.83139.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.30%
GREEN value IS 140 (55.08% from 255) = 45.02%
BLUE value IS 27 (10.94% from 255) = 8.68%
R=46.30%
G=45.02%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441402700.030.810.4457.9568.4233.53
Hex908C1B03512C3a4422
Octal2202143303121547210442
Binary10010000100011001101101110100011011001110101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #908C1B;
 }
 .AnyTagClassName
 {
   color: #908C1B;
 }
</style>
background-color css

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

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

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

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

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

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