Html Css Color HEX #94920F Citron

📋 copy color: '#94920F'

red 148 ◦ green 146 ◦ blue 15

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

Shades of Citron #94920F

Tints of Citron #94920F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 47.9%
G = 47.25%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#94920F (or 0x94920F) is known color: Citron. HEX triplet: 94, 92 and 0F. RGB value is (148,146,15). Sum of RGB (Red+Green+Blue) = 148+146+15=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #94920F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94920F is #6B6DF0. Grayscale: #848484. Windows color (decimal): -7040497 or 1020564. OLE color: 1020564.

HSL color Cylindrical-coordinate representation of color #94920F: hue angle of 59.1º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94920F is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 146 15 -
CMYK 0 0.01 0.90 0.42
HSL 59.1º 0.82% 0.32% -
HSV(B) 59.1º 0.9% 0.58% -
XYZ 22.58 26.89 4.45 -
YUV 131.66 62.16 139.65 -
System Red Green Blue C M Y K H S L
Decimal 148 146 15 0 0.01 0.90 0.42 59.1 0.82 0.32
Hex 94 92 F 0 1 5A 2A 3B 52 20
Octal 224 222 17 0 1 132 52 73 122 40
Binary 10010100 10010010 1111 0 1 1011010 101010 111011 1010010 100000

Color Harmonies of #94920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94920F

Black with #94920F

Text Example


Text Example

White with #94920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94920F; }

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

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

background-color css

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

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

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

border-color css

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

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

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