Html Css Color HEX #9FBE0A Citrus

📋 copy color: '#9FBE0A'

red 159 ◦ green 190 ◦ blue 10

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

Shades of Citrus #9FBE0A

Tints of Citrus #9FBE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.79%

R = 44.29%
G = 52.92%
B = 2.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#9FBE0A (or 0x9FBE0A) is known color: Citrus. HEX triplet: 9F, BE and 0A. RGB value is (159,190,10). Sum of RGB (Red+Green+Blue) = 159+190+10=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 190 (74.61% from 255 or 52.92% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBE0A is #6041F5. Grayscale: #A0A0A0. Windows color (decimal): -6308342 or 704159. OLE color: 704159.

HSL color Cylindrical-coordinate representation of color #9FBE0A: hue angle of 70.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FBE0A is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 190 10 -
CMYK 0.16 0 0.95 0.25
HSL 70.33º 0.9% 0.39% -
HSV(B) 70.33º 0.95% 0.75% -
XYZ 32.77 44.22 7.1 -
YUV 160.21 43.23 127.14 -
System Red Green Blue C M Y K H S L
Decimal 159 190 10 0.16 0 0.95 0.25 70.33 0.9 0.39
Hex 9F BE A 10 0 5F 19 46 5A 27
Octal 237 276 12 20 0 137 31 106 132 47
Binary 10011111 10111110 1010 10000 0 1011111 11001 1000110 1011010 100111

Color Harmonies of #9FBE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE0A

Black with #9FBE0A

Text Example


Text Example

White with #9FBE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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