Html Css Color HEX #968833 Lemon Ginger

📋 copy color: '#968833'

red 150 ◦ green 136 ◦ blue 51

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

Shades of Lemon Ginger #968833

Tints of Lemon Ginger #968833

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.36%

 BLUE value IS 51 (20.31% from 255) = 15.13%

R = 44.51%
G = 40.36%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#968833 (or 0x968833) is known color: Lemon Ginger. HEX triplet: 96, 88 and 33. RGB value is (150,136,51). Sum of RGB (Red+Green+Blue) = 150+136+51=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #968833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968833 is #6977CC. Grayscale: #828282. Windows color (decimal): -6911949 or 3377302. OLE color: 3377302.

HSL color Cylindrical-coordinate representation of color #968833: hue angle of 51.52º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #968833 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 136 51 -
CMYK 0 0.09 0.66 0.41
HSL 51.52º 0.49% 0.39% -
HSV(B) 51.52º 0.66% 0.59% -
XYZ 21.98 24.33 6.67 -
YUV 130.5 83.14 141.91 -
System Red Green Blue C M Y K H S L
Decimal 150 136 51 0 0.09 0.66 0.41 51.52 0.49 0.39
Hex 96 88 33 0 9 42 29 34 31 27
Octal 226 210 63 0 11 102 51 64 61 47
Binary 10010110 10001000 110011 0 1001 1000010 101001 110100 110001 100111

Color Harmonies of #968833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968833

Black with #968833

Text Example


Text Example

White with #968833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968833; }

 p { color: rgb(150,136,51); }

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

background-color css

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

 a { background-color: rgb(150,136,51); }

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

border-color css

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

 span { border-color: rgb(150,136,51); }

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