Html Css Color HEX #949427 Citron

📋 copy color: '#949427'

red 148 ◦ green 148 ◦ blue 39

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

Shades of Citron #949427

Tints of Citron #949427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.64%

R = 44.18%
G = 44.18%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#949427 (or 0x949427) is known color: Citron. HEX triplet: 94, 94 and 27. RGB value is (148,148,39). Sum of RGB (Red+Green+Blue) = 148+148+39=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949427 is #6B6BD8. Grayscale: #888888. Windows color (decimal): -7039961 or 2593940. OLE color: 2593940.

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

Color convert

RGB 148 148 39 -
CMYK 0 0 0.74 0.42
HSL 60º 0.58% 0.37% -
HSV(B) 60º 0.74% 0.58% -
XYZ 23.17 27.62 6.03 -
YUV 135.57 73.5 136.86 -
System Red Green Blue C M Y K H S L
Decimal 148 148 39 0 0 0.74 0.42 60 0.58 0.37
Hex 94 94 27 0 0 4A 2A 3C 3A 25
Octal 224 224 47 0 0 112 52 74 72 45
Binary 10010100 10010100 100111 0 0 1001010 101010 111100 111010 100101

Color Harmonies of #949427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949427

Black with #949427

Text Example


Text Example

White with #949427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949427; }

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

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

background-color css

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

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

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

border-color css

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

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

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