Html Css Color HEX #949325 Citron

📋 copy color: '#949325'

red 148 ◦ green 147 ◦ blue 37

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

Shades of Citron #949325

Tints of Citron #949325

RGB

 RED value IS 148 (58.2% from 255) = 44.58%

 GREEN value IS 147 (57.81% from 255) = 44.28%

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

R = 44.58%
G = 44.28%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#949325 (or 0x949325) is known color: Citron. HEX triplet: 94, 93 and 25. RGB value is (148,147,37). Sum of RGB (Red+Green+Blue) = 148+147+37=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #949325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949325 is #6B6CDA. Grayscale: #878787. Windows color (decimal): -7040219 or 2462612. OLE color: 2462612.

HSL color Cylindrical-coordinate representation of color #949325: hue angle of 59.46º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #949325 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 147 37 -
CMYK 0 0.01 0.75 0.42
HSL 59.46º 0.6% 0.36% -
HSV(B) 59.46º 0.75% 0.58% -
XYZ 22.98 27.3 5.81 -
YUV 134.76 72.83 137.44 -
System Red Green Blue C M Y K H S L
Decimal 148 147 37 0 0.01 0.75 0.42 59.46 0.6 0.36
Hex 94 93 25 0 1 4B 2A 3B 3C 24
Octal 224 223 45 0 1 113 52 73 74 44
Binary 10010100 10010011 100101 0 1 1001011 101010 111011 111100 100100

Color Harmonies of #949325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949325

Black with #949325

Text Example


Text Example

White with #949325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949325; }

 p { color: rgb(148,147,37); }

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

background-color css

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

 a { background-color: rgb(148,147,37); }

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

border-color css

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

 span { border-color: rgb(148,147,37); }

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