Html Css Color HEX #949E2D Citron

📋 copy color: '#949E2D'

red 148 ◦ green 158 ◦ blue 45

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

Shades of Citron #949E2D

Tints of Citron #949E2D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.01%

 BLUE value IS 45 (17.97% from 255) = 12.82%

R = 42.17%
G = 45.01%
B = 12.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#949E2D (or 0x949E2D) is known color: Citron. HEX triplet: 94, 9E and 2D. RGB value is (148,158,45). Sum of RGB (Red+Green+Blue) = 148+158+45=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 158 - color contains mainly: green. Hex color #949E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949E2D is #6B61D2. Grayscale: #8E8E8E. Windows color (decimal): -7037395 or 2989716. OLE color: 2989716.

HSL color Cylindrical-coordinate representation of color #949E2D: hue angle of 65.31º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #949E2D is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 158 45 -
CMYK 0.06 0 0.72 0.38
HSL 65.31º 0.56% 0.4% -
HSV(B) 65.31º 0.72% 0.62% -
XYZ 24.91 30.94 7.14 -
YUV 142.13 73.19 132.19 -
System Red Green Blue C M Y K H S L
Decimal 148 158 45 0.06 0 0.72 0.38 65.31 0.56 0.4
Hex 94 9E 2D 6 0 48 26 41 38 28
Octal 224 236 55 6 0 110 46 101 70 50
Binary 10010100 10011110 101101 110 0 1001000 100110 1000001 111000 101000

Color Harmonies of #949E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949E2D

Black with #949E2D

Text Example


Text Example

White with #949E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,158,45); }

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

background-color css

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

 a { background-color: rgb(148,158,45); }

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

border-color css

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

 span { border-color: rgb(148,158,45); }

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