Html Css Color HEX #9EAD1B Citrus

📋 copy color: '#9EAD1B'

red 158 ◦ green 173 ◦ blue 27

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

Shades of Citrus #9EAD1B

Tints of Citrus #9EAD1B

RGB

 RED value IS 158 (62.11% from 255) = 44.13%

 GREEN value IS 173 (67.97% from 255) = 48.32%

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

R = 44.13%
G = 48.32%
B = 7.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#9EAD1B (or 0x9EAD1B) is known color: Citrus. HEX triplet: 9E, AD and 1B. RGB value is (158,173,27). Sum of RGB (Red+Green+Blue) = 158+173+27=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAD1B is #6152E4. Grayscale: #989898. Windows color (decimal): -6378213 or 1813918. OLE color: 1813918.

HSL color Cylindrical-coordinate representation of color #9EAD1B: hue angle of 66.16º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9EAD1B is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 173 27 -
CMYK 0.09 0 0.84 0.32
HSL 66.16º 0.73% 0.39% -
HSV(B) 66.16º 0.84% 0.68% -
XYZ 29.24 37.24 6.68 -
YUV 151.87 57.53 132.37 -
System Red Green Blue C M Y K H S L
Decimal 158 173 27 0.09 0 0.84 0.32 66.16 0.73 0.39
Hex 9E AD 1B 9 0 54 20 42 49 27
Octal 236 255 33 11 0 124 40 102 111 47
Binary 10011110 10101101 11011 1001 0 1010100 100000 1000010 1001001 100111

Color Harmonies of #9EAD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAD1B

Black with #9EAD1B

Text Example


Text Example

White with #9EAD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EAD1B; }

 p { color: rgb(158,173,27); }

 H1.HeaderClassName
 {
   color: #9EAD1B;
 }
 .AnyTagClassName
 {
   color: #9EAD1B;
 }
</style>

background-color css

<style>
 a { background-color: #9EAD1B; }

 a { background-color: rgb(158,173,27); }

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

border-color css

<style>
 span { border-color: #9EAD1B; }

 span { border-color: rgb(158,173,27); }

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