Html Css Color HEX #949423 Citron

📋 copy color: '#949423'

red 148 ◦ green 148 ◦ blue 35

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

Shades of Citron #949423

Tints of Citron #949423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.57%

R = 44.71%
G = 44.71%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#949423 (or 0x949423) is known color: Citron. HEX triplet: 94, 94 and 23. RGB value is (148,148,35). Sum of RGB (Red+Green+Blue) = 148+148+35=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949423 is #6B6BDC. Grayscale: #878787. Windows color (decimal): -7039965 or 2331796. OLE color: 2331796.

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

Color convert

RGB 148 148 35 -
CMYK 0 0 0.76 0.42
HSL 60º 0.62% 0.36% -
HSV(B) 60º 0.76% 0.58% -
XYZ 23.11 27.6 5.7 -
YUV 135.12 71.5 137.19 -
System Red Green Blue C M Y K H S L
Decimal 148 148 35 0 0 0.76 0.42 60 0.62 0.36
Hex 94 94 23 0 0 4C 2A 3C 3E 24
Octal 224 224 43 0 0 114 52 74 76 44
Binary 10010100 10010100 100011 0 0 1001100 101010 111100 111110 100100

Color Harmonies of #949423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949423

Black with #949423

Text Example


Text Example

White with #949423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949423; }

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

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

background-color css

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

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

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

border-color css

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

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

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