Html Css Color HEX #968725 Lemon Ginger

📋 copy color: '#968725'

red 150 ◦ green 135 ◦ blue 37

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

Shades of Lemon Ginger #968725

Tints of Lemon Ginger #968725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.49%

R = 46.58%
G = 41.93%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#968725 (or 0x968725) is known color: Lemon Ginger. HEX triplet: 96, 87 and 25. RGB value is (150,135,37). Sum of RGB (Red+Green+Blue) = 150+135+37=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #968725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968725 is #6978DA. Grayscale: #808080. Windows color (decimal): -6912219 or 2459542. OLE color: 2459542.

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

Color convert

RGB 150 135 37 -
CMYK 0 0.1 0.75 0.41
HSL 52.04º 0.6% 0.37% -
HSV(B) 52.04º 0.75% 0.59% -
XYZ 21.58 23.95 5.24 -
YUV 128.31 76.47 143.47 -
System Red Green Blue C M Y K H S L
Decimal 150 135 37 0 0.1 0.75 0.41 52.04 0.6 0.37
Hex 96 87 25 0 A 4B 29 34 3C 25
Octal 226 207 45 0 12 113 51 64 74 45
Binary 10010110 10000111 100101 0 1010 1001011 101001 110100 111100 100101

Color Harmonies of #968725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968725

Black with #968725

Text Example


Text Example

White with #968725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968725; }

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

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

background-color css

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

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

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

border-color css

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

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

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