Html Css Color HEX #94961D Citron

📋 copy color: '#94961D'

red 148 ◦ green 150 ◦ blue 29

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

Shades of Citron #94961D

Tints of Citron #94961D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.87%

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

R = 45.26%
G = 45.87%
B = 8.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#94961D (or 0x94961D) is known color: Citron. HEX triplet: 94, 96 and 1D. RGB value is (148,150,29). Sum of RGB (Red+Green+Blue) = 148+150+29=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #94961D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94961D is #6B69E2. Grayscale: #888888. Windows color (decimal): -7039459 or 1939092. OLE color: 1939092.

HSL color Cylindrical-coordinate representation of color #94961D: hue angle of 60.99º 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 #94961D is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 150 29 -
CMYK 0.01 0 0.81 0.41
HSL 60.99º 0.68% 0.35% -
HSV(B) 60.99º 0.81% 0.59% -
XYZ 23.34 28.2 5.37 -
YUV 135.61 67.84 136.84 -
System Red Green Blue C M Y K H S L
Decimal 148 150 29 0.01 0 0.81 0.41 60.99 0.68 0.35
Hex 94 96 1D 1 0 51 29 3D 44 23
Octal 224 226 35 1 0 121 51 75 104 43
Binary 10010100 10010110 11101 1 0 1010001 101001 111101 1000100 100011

Color Harmonies of #94961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94961D

Black with #94961D

Text Example


Text Example

White with #94961D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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