Html Css Color HEX #968430 Lemon Ginger

📋 copy color: '#968430'

red 150 ◦ green 132 ◦ blue 48

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

Shades of Lemon Ginger #968430

Tints of Lemon Ginger #968430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40%

 BLUE value IS 48 (19.14% from 255) = 14.55%

R = 45.45%
G = 40%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#968430 (or 0x968430) is known color: Lemon Ginger. HEX triplet: 96, 84 and 30. RGB value is (150,132,48). Sum of RGB (Red+Green+Blue) = 150+132+48=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #968430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968430 is #697BCF. Grayscale: #808080. Windows color (decimal): -6912976 or 3179670. OLE color: 3179670.

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

Color convert

RGB 150 132 48 -
CMYK 0 0.12 0.68 0.41
HSL 49.41º 0.52% 0.39% -
HSV(B) 49.41º 0.68% 0.59% -
XYZ 21.36 23.2 6.15 -
YUV 127.81 82.96 143.83 -
System Red Green Blue C M Y K H S L
Decimal 150 132 48 0 0.12 0.68 0.41 49.41 0.52 0.39
Hex 96 84 30 0 C 44 29 31 34 27
Octal 226 204 60 0 14 104 51 61 64 47
Binary 10010110 10000100 110000 0 1100 1000100 101001 110001 110100 100111

Color Harmonies of #968430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968430

Black with #968430

Text Example


Text Example

White with #968430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968430; }

 p { color: rgb(150,132,48); }

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

background-color css

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

 a { background-color: rgb(150,132,48); }

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

border-color css

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

 span { border-color: rgb(150,132,48); }

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