Html Css Color HEX #968F26 Lemon Ginger

📋 copy color: '#968F26'

red 150 ◦ green 143 ◦ blue 38

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

Shades of Lemon Ginger #968F26

Tints of Lemon Ginger #968F26

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.2%

 BLUE value IS 38 (15.23% from 255) = 11.48%

R = 45.32%
G = 43.2%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#968F26 (or 0x968F26) is known color: Lemon Ginger. HEX triplet: 96, 8F and 26. RGB value is (150,143,38). Sum of RGB (Red+Green+Blue) = 150+143+38=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #968F26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968F26 is #6970D9. Grayscale: #858585. Windows color (decimal): -6910170 or 2527126. OLE color: 2527126.

HSL color Cylindrical-coordinate representation of color #968F26: hue angle of 56.25º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #968F26 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 143 38 -
CMYK 0 0.05 0.75 0.41
HSL 56.25º 0.6% 0.37% -
HSV(B) 56.25º 0.75% 0.59% -
XYZ 22.75 26.27 5.71 -
YUV 133.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 150 143 38 0 0.05 0.75 0.41 56.25 0.6 0.37
Hex 96 8F 26 0 5 4B 29 38 3C 25
Octal 226 217 46 0 5 113 51 70 74 45
Binary 10010110 10001111 100110 0 101 1001011 101001 111000 111100 100101

Color Harmonies of #968F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968F26

Black with #968F26

Text Example


Text Example

White with #968F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,143,38); }

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

background-color css

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

 a { background-color: rgb(150,143,38); }

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

border-color css

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

 span { border-color: rgb(150,143,38); }

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