Html Css Color HEX #949B11 Citron

📋 copy color: '#949B11'

red 148 ◦ green 155 ◦ blue 17

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

Shades of Citron #949B11

Tints of Citron #949B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.31%

R = 46.25%
G = 48.44%
B = 5.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#949B11 (or 0x949B11) is known color: Citron. HEX triplet: 94, 9B and 11. RGB value is (148,155,17). Sum of RGB (Red+Green+Blue) = 148+155+17=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #949B11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949B11 is #6B64EE. Grayscale: #898989. Windows color (decimal): -7038191 or 1153940. OLE color: 1153940.

HSL color Cylindrical-coordinate representation of color #949B11: hue angle of 63.04º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #949B11 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 155 17 -
CMYK 0.05 0 0.89 0.39
HSL 63.04º 0.8% 0.34% -
HSV(B) 63.04º 0.89% 0.61% -
XYZ 24.04 29.78 5.01 -
YUV 137.18 60.18 135.72 -
System Red Green Blue C M Y K H S L
Decimal 148 155 17 0.05 0 0.89 0.39 63.04 0.8 0.34
Hex 94 9B 11 5 0 59 27 3F 50 22
Octal 224 233 21 5 0 131 47 77 120 42
Binary 10010100 10011011 10001 101 0 1011001 100111 111111 1010000 100010

Color Harmonies of #949B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B11

Black with #949B11

Text Example


Text Example

White with #949B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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