Html Css Color HEX #968727 Lemon Ginger

📋 copy color: '#968727'

red 150 ◦ green 135 ◦ blue 39

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

Shades of Lemon Ginger #968727

Tints of Lemon Ginger #968727

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.67%

 BLUE value IS 39 (15.63% from 255) = 12.04%

R = 46.3%
G = 41.67%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#968727 (or 0x968727) is known color: Lemon Ginger. HEX triplet: 96, 87 and 27. RGB value is (150,135,39). Sum of RGB (Red+Green+Blue) = 150+135+39=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #968727 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968727 is #6978D8. Grayscale: #808080. Windows color (decimal): -6912217 or 2590614. OLE color: 2590614.

HSL color Cylindrical-coordinate representation of color #968727: hue angle of 51.89º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #968727 is Cyan = 0, Magento = 0.1, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 135 39 -
CMYK 0 0.1 0.74 0.41
HSL 51.89º 0.59% 0.37% -
HSV(B) 51.89º 0.74% 0.59% -
XYZ 21.61 23.96 5.41 -
YUV 128.54 77.47 143.31 -
System Red Green Blue C M Y K H S L
Decimal 150 135 39 0 0.1 0.74 0.41 51.89 0.59 0.37
Hex 96 87 27 0 A 4A 29 34 3B 25
Octal 226 207 47 0 12 112 51 64 73 45
Binary 10010110 10000111 100111 0 1010 1001010 101001 110100 111011 100101

Color Harmonies of #968727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968727

Black with #968727

Text Example


Text Example

White with #968727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968727; }

 p { color: rgb(150,135,39); }

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

background-color css

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

 a { background-color: rgb(150,135,39); }

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

border-color css

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

 span { border-color: rgb(150,135,39); }

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