Html Css Color HEX #968914 Lemon Ginger

📋 copy color: '#968914'

red 150 ◦ green 137 ◦ blue 20

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

Shades of Lemon Ginger #968914

Tints of Lemon Ginger #968914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.63%

 BLUE value IS 20 (8.2% from 255) = 6.51%

R = 48.86%
G = 44.63%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#968914 (or 0x968914) is known color: Lemon Ginger. HEX triplet: 96, 89 and 14. RGB value is (150,137,20). Sum of RGB (Red+Green+Blue) = 150+137+20=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #968914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968914 is #6976EB. Grayscale: #808080. Windows color (decimal): -6911724 or 1345942. OLE color: 1345942.

HSL color Cylindrical-coordinate representation of color #968914: hue angle of 54º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #968914 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 137 20 -
CMYK 0 0.09 0.87 0.41
HSL 54º 0.76% 0.33% -
HSV(B) 54º 0.87% 0.59% -
XYZ 21.65 24.43 4.24 -
YUV 127.55 67.31 144.01 -
System Red Green Blue C M Y K H S L
Decimal 150 137 20 0 0.09 0.87 0.41 54 0.76 0.33
Hex 96 89 14 0 9 57 29 36 4C 21
Octal 226 211 24 0 11 127 51 66 114 41
Binary 10010110 10001001 10100 0 1001 1010111 101001 110110 1001100 100001

Color Harmonies of #968914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968914

Black with #968914

Text Example


Text Example

White with #968914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968914; }

 p { color: rgb(150,137,20); }

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

background-color css

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

 a { background-color: rgb(150,137,20); }

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

border-color css

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

 span { border-color: rgb(150,137,20); }

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