#9F9630

Color #9F9630 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #9F9630

Tints of Reef Gold #9F9630

Color information

#9F9630 (or 0x9F9630) is unknown color: approx Reef Gold. HEX triplet: 9F, 96 and 30. RGB value is (159,150,48). Sum of RGB (Red+Green+Blue) = 159+150+48=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9630 is #6069CF. Grayscale: #8D8D8D. Windows color (decimal): -6318544 or 3184287. OLE color: 3184287.

HSL color Cylindrical-coordinate representation of color #9F9630: hue angle of 55.14º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F9630 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB15915048-
CMYK00.060.700.38
HSL55.14º53.62%40.59%-
HSV(B)55.14º69.81%62.35%-
XYZ25.7429.47.11-
YUV141.0675.48140.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.54%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 48 (19.14% from 255) = 13.45%
R=44.54%
G=42.02%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591504800.060.700.3855.1453.6240.59
Hex9F9630064626373629
Octal237226600610646676651
Binary100111111001011011000001101000110100110110111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,150,48); }

 H1.HeaderClassName
 {
   color: #9F9630;
 }
 .AnyTagClassName
 {
   color: #9F9630;
 }
</style>
background-color css

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

 a { background-color: rgb(159,150,48); }

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

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

 span { border-color: rgb(159,150,48); }

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