Html Css Color HEX #9FBC07 Citrus

📋 copy color: '#9FBC07'

red 159 ◦ green 188 ◦ blue 7

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

Shades of Citrus #9FBC07

Tints of Citrus #9FBC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.98%

R = 44.92%
G = 53.11%
B = 1.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#9FBC07 (or 0x9FBC07) is known color: Citrus. HEX triplet: 9F, BC and 07. RGB value is (159,188,7). Sum of RGB (Red+Green+Blue) = 159+188+7=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBC07 is #6043F8. Grayscale: #9F9F9F. Windows color (decimal): -6308857 or 507039. OLE color: 507039.

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

Color convert

RGB 159 188 7 -
CMYK 0.15 0 0.96 0.26
HSL 69.61º 0.93% 0.38% -
HSV(B) 69.61º 0.96% 0.74% -
XYZ 32.32 43.35 6.87 -
YUV 158.7 42.39 128.22 -
System Red Green Blue C M Y K H S L
Decimal 159 188 7 0.15 0 0.96 0.26 69.61 0.93 0.38
Hex 9F BC 7 F 0 60 1A 46 5D 26
Octal 237 274 7 17 0 140 32 106 135 46
Binary 10011111 10111100 111 1111 0 1100000 11010 1000110 1011101 100110

Color Harmonies of #9FBC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC07

Black with #9FBC07

Text Example


Text Example

White with #9FBC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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