Html Css Color HEX #949B2B Citron

📋 copy color: '#949B2B'

red 148 ◦ green 155 ◦ blue 43

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

Shades of Citron #949B2B

Tints of Citron #949B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.43%

R = 42.77%
G = 44.8%
B = 12.43%

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

#949B2B (or 0x949B2B) is known color: Citron. HEX triplet: 94, 9B and 2B. RGB value is (148,155,43). Sum of RGB (Red+Green+Blue) = 148+155+43=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #949B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949B2B is #6B64D4. Grayscale: #8C8C8C. Windows color (decimal): -7038165 or 2857876. OLE color: 2857876.

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

Color convert

RGB 148 155 43 -
CMYK 0.05 0 0.72 0.39
HSL 63.75º 0.57% 0.39% -
HSV(B) 63.75º 0.72% 0.61% -
XYZ 24.37 29.91 6.77 -
YUV 140.14 73.18 133.61 -
System Red Green Blue C M Y K H S L
Decimal 148 155 43 0.05 0 0.72 0.39 63.75 0.57 0.39
Hex 94 9B 2B 5 0 48 27 40 39 27
Octal 224 233 53 5 0 110 47 100 71 47
Binary 10010100 10011011 101011 101 0 1001000 100111 1000000 111001 100111

Color Harmonies of #949B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B2B

Black with #949B2B

Text Example


Text Example

White with #949B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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