Html Css Color HEX #9FBE0D Citrus

📋 copy color: '#9FBE0D'

red 159 ◦ green 190 ◦ blue 13

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

Shades of Citrus #9FBE0D

Tints of Citrus #9FBE0D

RGB

 RED value IS 159 (62.5% from 255) = 43.92%

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

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

R = 43.92%
G = 52.49%
B = 3.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#9FBE0D (or 0x9FBE0D) is known color: Citrus. HEX triplet: 9F, BE and 0D. RGB value is (159,190,13). Sum of RGB (Red+Green+Blue) = 159+190+13=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBE0D is #6041F2. Grayscale: #A1A1A1. Windows color (decimal): -6308339 or 900767. OLE color: 900767.

HSL color Cylindrical-coordinate representation of color #9FBE0D: hue angle of 70.51º 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 #9FBE0D is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 190 13 -
CMYK 0.16 0 0.93 0.25
HSL 70.51º 0.87% 0.4% -
HSV(B) 70.51º 0.93% 0.75% -
XYZ 32.78 44.23 7.19 -
YUV 160.55 44.73 126.89 -
System Red Green Blue C M Y K H S L
Decimal 159 190 13 0.16 0 0.93 0.25 70.51 0.87 0.4
Hex 9F BE D 10 0 5D 19 47 57 28
Octal 237 276 15 20 0 135 31 107 127 50
Binary 10011111 10111110 1101 10000 0 1011101 11001 1000111 1010111 101000

Color Harmonies of #9FBE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE0D

Black with #9FBE0D

Text Example


Text Example

White with #9FBE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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