Html Css Color HEX #949E2C Citron

📋 copy color: '#949E2C'

red 148 ◦ green 158 ◦ blue 44

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

Shades of Citron #949E2C

Tints of Citron #949E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.57%

R = 42.29%
G = 45.14%
B = 12.57%

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

#949E2C (or 0x949E2C) is known color: Citron. HEX triplet: 94, 9E and 2C. RGB value is (148,158,44). Sum of RGB (Red+Green+Blue) = 148+158+44=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #949E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949E2C is #6B61D3. Grayscale: #8E8E8E. Windows color (decimal): -7037396 or 2924180. OLE color: 2924180.

HSL color Cylindrical-coordinate representation of color #949E2C: hue angle of 65.26º 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 #949E2C is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 158 44 -
CMYK 0.06 0 0.72 0.38
HSL 65.26º 0.56% 0.4% -
HSV(B) 65.26º 0.72% 0.62% -
XYZ 24.89 30.93 7.04 -
YUV 142.01 72.69 132.27 -
System Red Green Blue C M Y K H S L
Decimal 148 158 44 0.06 0 0.72 0.38 65.26 0.56 0.4
Hex 94 9E 2C 6 0 48 26 41 38 28
Octal 224 236 54 6 0 110 46 101 70 50
Binary 10010100 10011110 101100 110 0 1001000 100110 1000001 111000 101000

Color Harmonies of #949E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949E2C

Black with #949E2C

Text Example


Text Example

White with #949E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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