Html Css Color HEX #949F2C Citron

📋 copy color: '#949F2C'

red 148 ◦ green 159 ◦ blue 44

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

Shades of Citron #949F2C

Tints of Citron #949F2C

RGB

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

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

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

R = 42.17%
G = 45.3%
B = 12.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#949F2C (or 0x949F2C) is known color: Citron. HEX triplet: 94, 9F and 2C. RGB value is (148,159,44). Sum of RGB (Red+Green+Blue) = 148+159+44=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 159 - color contains mainly: green. Hex color #949F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949F2C is #6B60D3. Grayscale: #8F8F8F. Windows color (decimal): -7037140 or 2924436. OLE color: 2924436.

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

Color convert

RGB 148 159 44 -
CMYK 0.07 0 0.72 0.38
HSL 65.74º 0.57% 0.4% -
HSV(B) 65.74º 0.72% 0.62% -
XYZ 25.07 31.27 7.1 -
YUV 142.6 72.36 131.85 -
System Red Green Blue C M Y K H S L
Decimal 148 159 44 0.07 0 0.72 0.38 65.74 0.57 0.4
Hex 94 9F 2C 7 0 48 26 42 39 28
Octal 224 237 54 7 0 110 46 102 71 50
Binary 10010100 10011111 101100 111 0 1001000 100110 1000010 111001 101000

Color Harmonies of #949F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F2C

Black with #949F2C

Text Example


Text Example

White with #949F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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