Html Css Color HEX #949B2C Citron

📋 copy color: '#949B2C'

red 148 ◦ green 155 ◦ blue 44

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

Shades of Citron #949B2C

Tints of Citron #949B2C

RGB

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

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

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

R = 42.65%
G = 44.67%
B = 12.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#949B2C (or 0x949B2C) is known color: Citron. HEX triplet: 94, 9B and 2C. RGB value is (148,155,44). Sum of RGB (Red+Green+Blue) = 148+155+44=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 155 - color contains mainly: green. Hex color #949B2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949B2C is #6B64D3. Grayscale: #8C8C8C. Windows color (decimal): -7038164 or 2923412. OLE color: 2923412.

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

Color convert

RGB 148 155 44 -
CMYK 0.05 0 0.72 0.39
HSL 63.78º 0.56% 0.39% -
HSV(B) 63.78º 0.72% 0.61% -
XYZ 24.39 29.92 6.87 -
YUV 140.25 73.68 133.53 -
System Red Green Blue C M Y K H S L
Decimal 148 155 44 0.05 0 0.72 0.39 63.78 0.56 0.39
Hex 94 9B 2C 5 0 48 27 40 38 27
Octal 224 233 54 5 0 110 47 100 70 47
Binary 10010100 10011011 101100 101 0 1001000 100111 1000000 111000 100111

Color Harmonies of #949B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B2C

Black with #949B2C

Text Example


Text Example

White with #949B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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