Html Css Color HEX #949425 Citron

📋 copy color: '#949425'

red 148 ◦ green 148 ◦ blue 37

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

Shades of Citron #949425

Tints of Citron #949425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.44%

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

R = 44.44%
G = 44.44%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#949425 (or 0x949425) is known color: Citron. HEX triplet: 94, 94 and 25. RGB value is (148,148,37). Sum of RGB (Red+Green+Blue) = 148+148+37=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949425 is #6B6BDA. Grayscale: #878787. Windows color (decimal): -7039963 or 2462868. OLE color: 2462868.

HSL color Cylindrical-coordinate representation of color #949425: hue angle of 60º 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 #949425 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 148 37 -
CMYK 0 0 0.75 0.42
HSL 60º 0.6% 0.36% -
HSV(B) 60º 0.75% 0.58% -
XYZ 23.14 27.61 5.86 -
YUV 135.35 72.5 137.03 -
System Red Green Blue C M Y K H S L
Decimal 148 148 37 0 0 0.75 0.42 60 0.6 0.36
Hex 94 94 25 0 0 4B 2A 3C 3C 24
Octal 224 224 45 0 0 113 52 74 74 44
Binary 10010100 10010100 100101 0 0 1001011 101010 111100 111100 100100

Color Harmonies of #949425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949425

Black with #949425

Text Example


Text Example

White with #949425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949425; }

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

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

background-color css

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

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

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

border-color css

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

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

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