Html Css Color HEX #949625 Citron

📋 copy color: '#949625'

red 148 ◦ green 150 ◦ blue 37

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

Shades of Citron #949625

Tints of Citron #949625

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.78%

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

R = 44.18%
G = 44.78%
B = 11.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#949625 (or 0x949625) is known color: Citron. HEX triplet: 94, 96 and 25. RGB value is (148,150,37). Sum of RGB (Red+Green+Blue) = 148+150+37=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #949625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949625 is #6B69DA. Grayscale: #888888. Windows color (decimal): -7039451 or 2463380. OLE color: 2463380.

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

Color convert

RGB 148 150 37 -
CMYK 0.01 0 0.75 0.41
HSL 61.06º 0.6% 0.37% -
HSV(B) 61.06º 0.75% 0.59% -
XYZ 23.45 28.24 5.97 -
YUV 136.52 71.84 136.19 -
System Red Green Blue C M Y K H S L
Decimal 148 150 37 0.01 0 0.75 0.41 61.06 0.6 0.37
Hex 94 96 25 1 0 4B 29 3D 3C 25
Octal 224 226 45 1 0 113 51 75 74 45
Binary 10010100 10010110 100101 1 0 1001011 101001 111101 111100 100101

Color Harmonies of #949625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949625

Black with #949625

Text Example


Text Example

White with #949625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949625; }

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

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

background-color css

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

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

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

border-color css

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

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

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