Html Css Color HEX #9F962D Reef Gold

📋 copy color: '#9F962D'

red 159 ◦ green 150 ◦ blue 45

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

Shades of Reef Gold #9F962D

Tints of Reef Gold #9F962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.37%

 BLUE value IS 45 (17.97% from 255) = 12.71%

R = 44.92%
G = 42.37%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F962D (or 0x9F962D) is known color: Reef Gold. HEX triplet: 9F, 96 and 2D. RGB value is (159,150,45). Sum of RGB (Red+Green+Blue) = 159+150+45=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F962D is #6069D2. Grayscale: #8D8D8D. Windows color (decimal): -6318547 or 2987679. OLE color: 2987679.

HSL color Cylindrical-coordinate representation of color #9F962D: hue angle of 55.26º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F962D is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 150 45 -
CMYK 0 0.06 0.72 0.38
HSL 55.26º 0.56% 0.4% -
HSV(B) 55.26º 0.72% 0.62% -
XYZ 25.68 29.37 6.8 -
YUV 140.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 159 150 45 0 0.06 0.72 0.38 55.26 0.56 0.4
Hex 9F 96 2D 0 6 48 26 37 38 28
Octal 237 226 55 0 6 110 46 67 70 50
Binary 10011111 10010110 101101 0 110 1001000 100110 110111 111000 101000

Color Harmonies of #9F962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F962D

Black with #9F962D

Text Example


Text Example

White with #9F962D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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