Html Css Color HEX #968717 Lemon Ginger

📋 copy color: '#968717'

red 150 ◦ green 135 ◦ blue 23

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

Shades of Lemon Ginger #968717

Tints of Lemon Ginger #968717

RGB

 RED value IS 150 (58.98% from 255) = 48.7%

 GREEN value IS 135 (53.13% from 255) = 43.83%

 BLUE value IS 23 (9.38% from 255) = 7.47%

R = 48.7%
G = 43.83%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#968717 (or 0x968717) is known color: Lemon Ginger. HEX triplet: 96, 87 and 17. RGB value is (150,135,23). Sum of RGB (Red+Green+Blue) = 150+135+23=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #968717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968717 is #6978E8. Grayscale: #7F7F7F. Windows color (decimal): -6912233 or 1542038. OLE color: 1542038.

HSL color Cylindrical-coordinate representation of color #968717: hue angle of 52.91º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #968717 is Cyan = 0, Magento = 0.1, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 135 23 -
CMYK 0 0.1 0.85 0.41
HSL 52.91º 0.73% 0.34% -
HSV(B) 52.91º 0.85% 0.59% -
XYZ 21.4 23.87 4.29 -
YUV 126.72 69.47 144.61 -
System Red Green Blue C M Y K H S L
Decimal 150 135 23 0 0.1 0.85 0.41 52.91 0.73 0.34
Hex 96 87 17 0 A 55 29 35 49 22
Octal 226 207 27 0 12 125 51 65 111 42
Binary 10010110 10000111 10111 0 1010 1010101 101001 110101 1001001 100010

Color Harmonies of #968717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968717

Black with #968717

Text Example


Text Example

White with #968717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968717; }

 p { color: rgb(150,135,23); }

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

background-color css

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

 a { background-color: rgb(150,135,23); }

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

border-color css

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

 span { border-color: rgb(150,135,23); }

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