Html Css Color HEX #918F1B Citron

📋 copy color: '#918F1B'

red 145 ◦ green 143 ◦ blue 27

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

Shades of Citron #918F1B

Tints of Citron #918F1B

RGB

 RED value IS 145 (57.03% from 255) = 46.03%

 GREEN value IS 143 (56.25% from 255) = 45.4%

 BLUE value IS 27 (10.94% from 255) = 8.57%

R = 46.03%
G = 45.4%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#918F1B (or 0x918F1B) is known color: Citron. HEX triplet: 91, 8F and 1B. RGB value is (145,143,27). Sum of RGB (Red+Green+Blue) = 145+143+27=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #918F1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918F1B is #6E70E4. Grayscale: #828282. Windows color (decimal): -7237861 or 1806225. OLE color: 1806225.

HSL color Cylindrical-coordinate representation of color #918F1B: hue angle of 58.98º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #918F1B is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 143 27 -
CMYK 0 0.01 0.81 0.43
HSL 58.98º 0.69% 0.34% -
HSV(B) 58.98º 0.81% 0.57% -
XYZ 21.7 25.74 4.86 -
YUV 130.37 69.66 138.43 -
System Red Green Blue C M Y K H S L
Decimal 145 143 27 0 0.01 0.81 0.43 58.98 0.69 0.34
Hex 91 8F 1B 0 1 51 2B 3B 45 22
Octal 221 217 33 0 1 121 53 73 105 42
Binary 10010001 10001111 11011 0 1 1010001 101011 111011 1000101 100010

Color Harmonies of #918F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918F1B

Black with #918F1B

Text Example


Text Example

White with #918F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918F1B; }

 p { color: rgb(145,143,27); }

 H1.HeaderClassName
 {
   color: #918F1B;
 }
 .AnyTagClassName
 {
   color: #918F1B;
 }
</style>

background-color css

<style>
 a { background-color: #918F1B; }

 a { background-color: rgb(145,143,27); }

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

border-color css

<style>
 span { border-color: #918F1B; }

 span { border-color: rgb(145,143,27); }

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