Html Css Color HEX #94971C Citron

📋 copy color: '#94971C'

red 148 ◦ green 151 ◦ blue 28

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

Shades of Citron #94971C

Tints of Citron #94971C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.56%

R = 45.26%
G = 46.18%
B = 8.56%

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

#94971C (or 0x94971C) is known color: Citron. HEX triplet: 94, 97 and 1C. RGB value is (148,151,28). Sum of RGB (Red+Green+Blue) = 148+151+28=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #94971C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94971C is #6B68E3. Grayscale: #888888. Windows color (decimal): -7039204 or 1873812. OLE color: 1873812.

HSL color Cylindrical-coordinate representation of color #94971C: hue angle of 61.46º degrees, saturation: 0.69, 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 #94971C is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 151 28 -
CMYK 0.02 0 0.81 0.41
HSL 61.46º 0.69% 0.35% -
HSV(B) 61.46º 0.81% 0.59% -
XYZ 23.49 28.51 5.36 -
YUV 136.08 67.01 136.5 -
System Red Green Blue C M Y K H S L
Decimal 148 151 28 0.02 0 0.81 0.41 61.46 0.69 0.35
Hex 94 97 1C 2 0 51 29 3D 45 23
Octal 224 227 34 2 0 121 51 75 105 43
Binary 10010100 10010111 11100 10 0 1010001 101001 111101 1000101 100011

Color Harmonies of #94971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94971C

Black with #94971C

Text Example


Text Example

White with #94971C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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