Html Css Color HEX #968123 Lemon Ginger

📋 copy color: '#968123'

red 150 ◦ green 129 ◦ blue 35

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

Shades of Lemon Ginger #968123

Tints of Lemon Ginger #968123

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.08%

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

R = 47.77%
G = 41.08%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#968123 (or 0x968123) is known color: Lemon Ginger. HEX triplet: 96, 81 and 23. RGB value is (150,129,35). Sum of RGB (Red+Green+Blue) = 150+129+35=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #968123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968123 is #697EDC. Grayscale: #7C7C7C. Windows color (decimal): -6913757 or 2326934. OLE color: 2326934.

HSL color Cylindrical-coordinate representation of color #968123: hue angle of 49.04º 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 #968123 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 129 35 -
CMYK 0 0.14 0.77 0.41
HSL 49.04º 0.62% 0.36% -
HSV(B) 49.04º 0.77% 0.59% -
XYZ 20.73 22.31 4.8 -
YUV 124.56 77.46 146.14 -
System Red Green Blue C M Y K H S L
Decimal 150 129 35 0 0.14 0.77 0.41 49.04 0.62 0.36
Hex 96 81 23 0 E 4D 29 31 3E 24
Octal 226 201 43 0 16 115 51 61 76 44
Binary 10010110 10000001 100011 0 1110 1001101 101001 110001 111110 100100

Color Harmonies of #968123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968123

Black with #968123

Text Example


Text Example

White with #968123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968123; }

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

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

background-color css

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

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

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

border-color css

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

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

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