Html Css Color HEX #968B25 Lemon Ginger

📋 copy color: '#968B25'

red 150 ◦ green 139 ◦ blue 37

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

Shades of Lemon Ginger #968B25

Tints of Lemon Ginger #968B25

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.64%

 BLUE value IS 37 (14.84% from 255) = 11.35%

R = 46.01%
G = 42.64%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#968B25 (or 0x968B25) is known color: Lemon Ginger. HEX triplet: 96, 8B and 25. RGB value is (150,139,37). Sum of RGB (Red+Green+Blue) = 150+139+37=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #968B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968B25 is #6974DA. Grayscale: #838383. Windows color (decimal): -6911195 or 2460566. OLE color: 2460566.

HSL color Cylindrical-coordinate representation of color #968B25: hue angle of 54.16º 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 #968B25 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 139 37 -
CMYK 0 0.07 0.75 0.41
HSL 54.16º 0.6% 0.37% -
HSV(B) 54.16º 0.75% 0.59% -
XYZ 22.14 25.08 5.42 -
YUV 130.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 150 139 37 0 0.07 0.75 0.41 54.16 0.6 0.37
Hex 96 8B 25 0 7 4B 29 36 3C 25
Octal 226 213 45 0 7 113 51 66 74 45
Binary 10010110 10001011 100101 0 111 1001011 101001 110110 111100 100101

Color Harmonies of #968B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968B25

Black with #968B25

Text Example


Text Example

White with #968B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,139,37); }

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

background-color css

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

 a { background-color: rgb(150,139,37); }

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

border-color css

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

 span { border-color: rgb(150,139,37); }

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