Html Css Color HEX #94971D Citron

📋 copy color: '#94971D'

red 148 ◦ green 151 ◦ blue 29

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

Shades of Citron #94971D

Tints of Citron #94971D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.04%

 BLUE value IS 29 (11.72% from 255) = 8.84%

R = 45.12%
G = 46.04%
B = 8.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#94971D (or 0x94971D) is known color: Citron. HEX triplet: 94, 97 and 1D. RGB value is (148,151,29). Sum of RGB (Red+Green+Blue) = 148+151+29=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 151 - color contains mainly: green. Hex color #94971D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94971D is #6B68E2. Grayscale: #888888. Windows color (decimal): -7039203 or 1939348. OLE color: 1939348.

HSL color Cylindrical-coordinate representation of color #94971D: hue angle of 61.48º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94971D is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 151 29 -
CMYK 0.02 0 0.81 0.41
HSL 61.48º 0.68% 0.35% -
HSV(B) 61.48º 0.81% 0.59% -
XYZ 23.5 28.52 5.43 -
YUV 136.2 67.51 136.42 -
System Red Green Blue C M Y K H S L
Decimal 148 151 29 0.02 0 0.81 0.41 61.48 0.68 0.35
Hex 94 97 1D 2 0 51 29 3D 44 23
Octal 224 227 35 2 0 121 51 75 104 43
Binary 10010100 10010111 11101 10 0 1010001 101001 111101 1000100 100011

Color Harmonies of #94971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94971D

Black with #94971D

Text Example


Text Example

White with #94971D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,151,29); }

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

background-color css

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

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

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

border-color css

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

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

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