Html Css Color HEX #949A1D Citron

📋 copy color: '#949A1D'

red 148 ◦ green 154 ◦ blue 29

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

Shades of Citron #949A1D

Tints of Citron #949A1D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.53%

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

R = 44.71%
G = 46.53%
B = 8.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#949A1D (or 0x949A1D) is known color: Citron. HEX triplet: 94, 9A and 1D. RGB value is (148,154,29). Sum of RGB (Red+Green+Blue) = 148+154+29=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 154 - color contains mainly: green. Hex color #949A1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949A1D is #6B65E2. Grayscale: #8A8A8A. Windows color (decimal): -7038435 or 1940116. OLE color: 1940116.

HSL color Cylindrical-coordinate representation of color #949A1D: hue angle of 62.88º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #949A1D is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 154 29 -
CMYK 0.04 0 0.81 0.40
HSL 62.88º 0.68% 0.36% -
HSV(B) 62.88º 0.81% 0.6% -
XYZ 23.99 29.5 5.59 -
YUV 137.96 66.51 135.16 -
System Red Green Blue C M Y K H S L
Decimal 148 154 29 0.04 0 0.81 0.40 62.88 0.68 0.36
Hex 94 9A 1D 4 0 51 28 3F 44 24
Octal 224 232 35 4 0 121 50 77 104 44
Binary 10010100 10011010 11101 100 0 1010001 101000 111111 1000100 100100

Color Harmonies of #949A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949A1D

Black with #949A1D

Text Example


Text Example

White with #949A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949A1D; }

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

 H1.HeaderClassName
 {
   color: #949A1D;
 }
 .AnyTagClassName
 {
   color: #949A1D;
 }
</style>

background-color css

<style>
 a { background-color: #949A1D; }

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

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

border-color css

<style>
 span { border-color: #949A1D; }

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

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