Html Css Color HEX #949629 Citron

📋 copy color: '#949629'

red 148 ◦ green 150 ◦ blue 41

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

Shades of Citron #949629

Tints of Citron #949629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.09%

R = 43.66%
G = 44.25%
B = 12.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#949629 (or 0x949629) is known color: Citron. HEX triplet: 94, 96 and 29. RGB value is (148,150,41). Sum of RGB (Red+Green+Blue) = 148+150+41=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #949629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949629 is #6B69D6. Grayscale: #898989. Windows color (decimal): -7039447 or 2725524. OLE color: 2725524.

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

Color convert

RGB 148 150 41 -
CMYK 0.01 0 0.73 0.41
HSL 61.1º 0.57% 0.37% -
HSV(B) 61.1º 0.73% 0.59% -
XYZ 23.52 28.27 6.31 -
YUV 136.98 73.84 135.86 -
System Red Green Blue C M Y K H S L
Decimal 148 150 41 0.01 0 0.73 0.41 61.1 0.57 0.37
Hex 94 96 29 1 0 49 29 3D 39 25
Octal 224 226 51 1 0 111 51 75 71 45
Binary 10010100 10010110 101001 1 0 1001001 101001 111101 111001 100101

Color Harmonies of #949629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949629

Black with #949629

Text Example


Text Example

White with #949629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949629; }

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

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

background-color css

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

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

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

border-color css

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

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

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