Html Css Color HEX #94980F Citron

📋 copy color: '#94980F'

red 148 ◦ green 152 ◦ blue 15

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

Shades of Citron #94980F

Tints of Citron #94980F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.25%

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

R = 46.98%
G = 48.25%
B = 4.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#94980F (or 0x94980F) is known color: Citron. HEX triplet: 94, 98 and 0F. RGB value is (148,152,15). Sum of RGB (Red+Green+Blue) = 148+152+15=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #94980F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94980F is #6B67F0. Grayscale: #878787. Windows color (decimal): -7038961 or 1022100. OLE color: 1022100.

HSL color Cylindrical-coordinate representation of color #94980F: hue angle of 61.75º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94980F is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 152 15 -
CMYK 0.03 0 0.90 0.40
HSL 61.75º 0.82% 0.33% -
HSV(B) 61.75º 0.9% 0.6% -
XYZ 23.53 28.79 4.77 -
YUV 135.19 60.17 137.14 -
System Red Green Blue C M Y K H S L
Decimal 148 152 15 0.03 0 0.90 0.40 61.75 0.82 0.33
Hex 94 98 F 3 0 5A 28 3E 52 21
Octal 224 230 17 3 0 132 50 76 122 41
Binary 10010100 10011000 1111 11 0 1011010 101000 111110 1010010 100001

Color Harmonies of #94980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94980F

Black with #94980F

Text Example


Text Example

White with #94980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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