Html Css Color HEX #94922A Citron

📋 copy color: '#94922A'

red 148 ◦ green 146 ◦ blue 42

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

Shades of Citron #94922A

Tints of Citron #94922A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.45%

 BLUE value IS 42 (16.8% from 255) = 12.5%

R = 44.05%
G = 43.45%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#94922A (or 0x94922A) is known color: Citron. HEX triplet: 94, 92 and 2A. RGB value is (148,146,42). Sum of RGB (Red+Green+Blue) = 148+146+42=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #94922A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94922A is #6B6DD5. Grayscale: #878787. Windows color (decimal): -7040470 or 2790036. OLE color: 2790036.

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

Color convert

RGB 148 146 42 -
CMYK 0 0.01 0.72 0.42
HSL 58.87º 0.56% 0.37% -
HSV(B) 58.87º 0.72% 0.58% -
XYZ 22.91 27.02 6.2 -
YUV 134.74 75.66 137.46 -
System Red Green Blue C M Y K H S L
Decimal 148 146 42 0 0.01 0.72 0.42 58.87 0.56 0.37
Hex 94 92 2A 0 1 48 2A 3B 38 25
Octal 224 222 52 0 1 110 52 73 70 45
Binary 10010100 10010010 101010 0 1 1001000 101010 111011 111000 100101

Color Harmonies of #94922A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94922A

Black with #94922A

Text Example


Text Example

White with #94922A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94922A; }

 p { color: rgb(148,146,42); }

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

background-color css

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

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

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

border-color css

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

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

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