Html Css Color HEX #94980D Citron

📋 copy color: '#94980D'

red 148 ◦ green 152 ◦ blue 13

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

Shades of Citron #94980D

Tints of Citron #94980D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.15%

R = 47.28%
G = 48.56%
B = 4.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#94980D (or 0x94980D) is known color: Citron. HEX triplet: 94, 98 and 0D. RGB value is (148,152,13). Sum of RGB (Red+Green+Blue) = 148+152+13=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #94980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94980D is #6B67F2. Grayscale: #878787. Windows color (decimal): -7038963 or 891028. OLE color: 891028.

HSL color Cylindrical-coordinate representation of color #94980D: hue angle of 61.73º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94980D is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 152 13 -
CMYK 0.03 0 0.91 0.40
HSL 61.73º 0.84% 0.32% -
HSV(B) 61.73º 0.91% 0.6% -
XYZ 23.51 28.78 4.7 -
YUV 134.96 59.17 137.3 -
System Red Green Blue C M Y K H S L
Decimal 148 152 13 0.03 0 0.91 0.40 61.73 0.84 0.32
Hex 94 98 D 3 0 5B 28 3E 54 20
Octal 224 230 15 3 0 133 50 76 124 40
Binary 10010100 10011000 1101 11 0 1011011 101000 111110 1010100 100000

Color Harmonies of #94980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94980D

Black with #94980D

Text Example


Text Example

White with #94980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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