Html Css Color HEX #9FBC0F Citrus

📋 copy color: '#9FBC0F'

red 159 ◦ green 188 ◦ blue 15

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

Shades of Citrus #9FBC0F

Tints of Citrus #9FBC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.93%

 BLUE value IS 15 (6.25% from 255) = 4.14%

R = 43.92%
G = 51.93%
B = 4.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#9FBC0F (or 0x9FBC0F) is known color: Citrus. HEX triplet: 9F, BC and 0F. RGB value is (159,188,15). Sum of RGB (Red+Green+Blue) = 159+188+15=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBC0F is #6043F0. Grayscale: #A0A0A0. Windows color (decimal): -6308849 or 1031327. OLE color: 1031327.

HSL color Cylindrical-coordinate representation of color #9FBC0F: hue angle of 70.06º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FBC0F is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 188 15 -
CMYK 0.15 0 0.92 0.26
HSL 70.06º 0.85% 0.4% -
HSV(B) 70.06º 0.92% 0.74% -
XYZ 32.37 43.37 7.12 -
YUV 159.61 46.39 127.57 -
System Red Green Blue C M Y K H S L
Decimal 159 188 15 0.15 0 0.92 0.26 70.06 0.85 0.4
Hex 9F BC F F 0 5C 1A 46 55 28
Octal 237 274 17 17 0 134 32 106 125 50
Binary 10011111 10111100 1111 1111 0 1011100 11010 1000110 1010101 101000

Color Harmonies of #9FBC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC0F

Black with #9FBC0F

Text Example


Text Example

White with #9FBC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,188,15); }

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

background-color css

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

 a { background-color: rgb(159,188,15); }

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

border-color css

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

 span { border-color: rgb(159,188,15); }

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