Html Css Color HEX #949A1B Citron

📋 copy color: '#949A1B'

red 148 ◦ green 154 ◦ blue 27

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

Shades of Citron #949A1B

Tints of Citron #949A1B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.81%

 BLUE value IS 27 (10.94% from 255) = 8.21%

R = 44.98%
G = 46.81%
B = 8.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#949A1B (or 0x949A1B) is known color: Citron. HEX triplet: 94, 9A and 1B. RGB value is (148,154,27). Sum of RGB (Red+Green+Blue) = 148+154+27=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 154 - color contains mainly: green. Hex color #949A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949A1B is #6B65E4. Grayscale: #8A8A8A. Windows color (decimal): -7038437 or 1809044. OLE color: 1809044.

HSL color Cylindrical-coordinate representation of color #949A1B: hue angle of 62.83º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #949A1B is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 154 27 -
CMYK 0.04 0 0.82 0.40
HSL 62.83º 0.7% 0.35% -
HSV(B) 62.83º 0.82% 0.6% -
XYZ 23.97 29.49 5.47 -
YUV 137.73 65.51 135.33 -
System Red Green Blue C M Y K H S L
Decimal 148 154 27 0.04 0 0.82 0.40 62.83 0.7 0.35
Hex 94 9A 1B 4 0 52 28 3F 46 23
Octal 224 232 33 4 0 122 50 77 106 43
Binary 10010100 10011010 11011 100 0 1010010 101000 111111 1000110 100011

Color Harmonies of #949A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949A1B

Black with #949A1B

Text Example


Text Example

White with #949A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,154,27); }

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

background-color css

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

 a { background-color: rgb(148,154,27); }

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

border-color css

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

 span { border-color: rgb(148,154,27); }

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