Html Css Color HEX #9EBE0D Citrus

📋 copy color: '#9EBE0D'

red 158 ◦ green 190 ◦ blue 13

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

Shades of Citrus #9EBE0D

Tints of Citrus #9EBE0D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.63%

 BLUE value IS 13 (5.47% from 255) = 3.6%

R = 43.77%
G = 52.63%
B = 3.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#9EBE0D (or 0x9EBE0D) is known color: Citrus. HEX triplet: 9E, BE and 0D. RGB value is (158,190,13). Sum of RGB (Red+Green+Blue) = 158+190+13=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBE0D is #6141F2. Grayscale: #A0A0A0. Windows color (decimal): -6373875 or 900766. OLE color: 900766.

HSL color Cylindrical-coordinate representation of color #9EBE0D: hue angle of 70.85º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EBE0D is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 190 13 -
CMYK 0.17 0 0.93 0.25
HSL 70.85º 0.87% 0.4% -
HSV(B) 70.85º 0.93% 0.75% -
XYZ 32.59 44.13 7.18 -
YUV 160.25 44.9 126.39 -
System Red Green Blue C M Y K H S L
Decimal 158 190 13 0.17 0 0.93 0.25 70.85 0.87 0.4
Hex 9E BE D 11 0 5D 19 47 57 28
Octal 236 276 15 21 0 135 31 107 127 50
Binary 10011110 10111110 1101 10001 0 1011101 11001 1000111 1010111 101000

Color Harmonies of #9EBE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBE0D

Black with #9EBE0D

Text Example


Text Example

White with #9EBE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,190,13); }

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

background-color css

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

 a { background-color: rgb(158,190,13); }

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

border-color css

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

 span { border-color: rgb(158,190,13); }

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