Html Css Color HEX #949B2F Citron

📋 copy color: '#949B2F'

red 148 ◦ green 155 ◦ blue 47

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

Shades of Citron #949B2F

Tints of Citron #949B2F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.29%

 BLUE value IS 47 (18.75% from 255) = 13.43%

R = 42.29%
G = 44.29%
B = 13.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#949B2F (or 0x949B2F) is known color: Citron. HEX triplet: 94, 9B and 2F. RGB value is (148,155,47). Sum of RGB (Red+Green+Blue) = 148+155+47=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #949B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949B2F is #6B64D0. Grayscale: #8D8D8D. Windows color (decimal): -7038161 or 3120020. OLE color: 3120020.

HSL color Cylindrical-coordinate representation of color #949B2F: hue angle of 63.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #949B2F is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 155 47 -
CMYK 0.05 0 0.70 0.39
HSL 63.89º 0.53% 0.4% -
HSV(B) 63.89º 0.7% 0.61% -
XYZ 24.45 29.94 7.18 -
YUV 140.6 75.18 133.28 -
System Red Green Blue C M Y K H S L
Decimal 148 155 47 0.05 0 0.70 0.39 63.89 0.53 0.4
Hex 94 9B 2F 5 0 46 27 40 35 28
Octal 224 233 57 5 0 106 47 100 65 50
Binary 10010100 10011011 101111 101 0 1000110 100111 1000000 110101 101000

Color Harmonies of #949B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B2F

Black with #949B2F

Text Example


Text Example

White with #949B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,155,47); }

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

background-color css

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

 a { background-color: rgb(148,155,47); }

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

border-color css

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

 span { border-color: rgb(148,155,47); }

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