Html Css Color HEX #949F2E Citron

📋 copy color: '#949F2E'

red 148 ◦ green 159 ◦ blue 46

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

Shades of Citron #949F2E

Tints of Citron #949F2E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.04%

 BLUE value IS 46 (18.36% from 255) = 13.03%

R = 41.93%
G = 45.04%
B = 13.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#949F2E (or 0x949F2E) is known color: Citron. HEX triplet: 94, 9F and 2E. RGB value is (148,159,46). Sum of RGB (Red+Green+Blue) = 148+159+46=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 159 - color contains mainly: green. Hex color #949F2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949F2E is #6B60D1. Grayscale: #8F8F8F. Windows color (decimal): -7037138 or 3055508. OLE color: 3055508.

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

Color convert

RGB 148 159 46 -
CMYK 0.07 0 0.71 0.38
HSL 65.84º 0.55% 0.4% -
HSV(B) 65.84º 0.71% 0.62% -
XYZ 25.1 31.29 7.3 -
YUV 142.83 73.36 131.69 -
System Red Green Blue C M Y K H S L
Decimal 148 159 46 0.07 0 0.71 0.38 65.84 0.55 0.4
Hex 94 9F 2E 7 0 47 26 42 37 28
Octal 224 237 56 7 0 107 46 102 67 50
Binary 10010100 10011111 101110 111 0 1000111 100110 1000010 110111 101000

Color Harmonies of #949F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F2E

Black with #949F2E

Text Example


Text Example

White with #949F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,159,46); }

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

background-color css

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

 a { background-color: rgb(148,159,46); }

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

border-color css

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

 span { border-color: rgb(148,159,46); }

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