Html Css Color HEX #968C23 Lemon Ginger

📋 copy color: '#968C23'

red 150 ◦ green 140 ◦ blue 35

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

Shades of Lemon Ginger #968C23

Tints of Lemon Ginger #968C23

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.08%

 BLUE value IS 35 (14.06% from 255) = 10.77%

R = 46.15%
G = 43.08%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#968C23 (or 0x968C23) is known color: Lemon Ginger. HEX triplet: 96, 8C and 23. RGB value is (150,140,35). Sum of RGB (Red+Green+Blue) = 150+140+35=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #968C23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C23 is #6973DC. Grayscale: #838383. Windows color (decimal): -6910941 or 2329750. OLE color: 2329750.

HSL color Cylindrical-coordinate representation of color #968C23: hue angle of 54.78º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #968C23 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 140 35 -
CMYK 0 0.07 0.77 0.41
HSL 54.78º 0.62% 0.36% -
HSV(B) 54.78º 0.77% 0.59% -
XYZ 22.26 25.36 5.31 -
YUV 131.02 73.81 141.54 -
System Red Green Blue C M Y K H S L
Decimal 150 140 35 0 0.07 0.77 0.41 54.78 0.62 0.36
Hex 96 8C 23 0 7 4D 29 37 3E 24
Octal 226 214 43 0 7 115 51 67 76 44
Binary 10010110 10001100 100011 0 111 1001101 101001 110111 111110 100100

Color Harmonies of #968C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C23

Black with #968C23

Text Example


Text Example

White with #968C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,140,35); }

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

background-color css

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

 a { background-color: rgb(150,140,35); }

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

border-color css

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

 span { border-color: rgb(150,140,35); }

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