Html Css Color HEX #949B31 Citron

📋 copy color: '#949B31'

red 148 ◦ green 155 ◦ blue 49

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

Shades of Citron #949B31

Tints of Citron #949B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.92%

R = 42.05%
G = 44.03%
B = 13.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#949B31 (or 0x949B31) is known color: Citron. HEX triplet: 94, 9B and 31. RGB value is (148,155,49). Sum of RGB (Red+Green+Blue) = 148+155+49=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #949B31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949B31 is #6B64CE. Grayscale: #8D8D8D. Windows color (decimal): -7038159 or 3251092. OLE color: 3251092.

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

Color convert

RGB 148 155 49 -
CMYK 0.05 0 0.68 0.39
HSL 63.96º 0.52% 0.4% -
HSV(B) 63.96º 0.68% 0.61% -
XYZ 24.49 29.96 7.4 -
YUV 140.82 76.18 133.12 -
System Red Green Blue C M Y K H S L
Decimal 148 155 49 0.05 0 0.68 0.39 63.96 0.52 0.4
Hex 94 9B 31 5 0 44 27 40 34 28
Octal 224 233 61 5 0 104 47 100 64 50
Binary 10010100 10011011 110001 101 0 1000100 100111 1000000 110100 101000

Color Harmonies of #949B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B31

Black with #949B31

Text Example


Text Example

White with #949B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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