Html Css Color HEX #968A18 Lemon Ginger

📋 copy color: '#968A18'

red 150 ◦ green 138 ◦ blue 24

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

Shades of Lemon Ginger #968A18

Tints of Lemon Ginger #968A18

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.23%

 BLUE value IS 24 (9.77% from 255) = 7.69%

R = 48.08%
G = 44.23%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#968A18 (or 0x968A18) is known color: Lemon Ginger. HEX triplet: 96, 8A and 18. RGB value is (150,138,24). Sum of RGB (Red+Green+Blue) = 150+138+24=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #968A18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968A18 is #6975E7. Grayscale: #818181. Windows color (decimal): -6911464 or 1608342. OLE color: 1608342.

HSL color Cylindrical-coordinate representation of color #968A18: hue angle of 54.29º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #968A18 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 138 24 -
CMYK 0 0.08 0.84 0.41
HSL 54.29º 0.72% 0.34% -
HSV(B) 54.29º 0.84% 0.59% -
XYZ 21.83 24.73 4.49 -
YUV 128.59 68.98 143.27 -
System Red Green Blue C M Y K H S L
Decimal 150 138 24 0 0.08 0.84 0.41 54.29 0.72 0.34
Hex 96 8A 18 0 8 54 29 36 48 22
Octal 226 212 30 0 10 124 51 66 110 42
Binary 10010110 10001010 11000 0 1000 1010100 101001 110110 1001000 100010

Color Harmonies of #968A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A18

Black with #968A18

Text Example


Text Example

White with #968A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968A18; }

 p { color: rgb(150,138,24); }

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

background-color css

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

 a { background-color: rgb(150,138,24); }

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

border-color css

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

 span { border-color: rgb(150,138,24); }

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