Html Css Color HEX #949B19 Citron

📋 copy color: '#949B19'

red 148 ◦ green 155 ◦ blue 25

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

Shades of Citron #949B19

Tints of Citron #949B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.62%

R = 45.12%
G = 47.26%
B = 7.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#949B19 (or 0x949B19) is known color: Citron. HEX triplet: 94, 9B and 19. RGB value is (148,155,25). Sum of RGB (Red+Green+Blue) = 148+155+25=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #949B19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949B19 is #6B64E6. Grayscale: #8A8A8A. Windows color (decimal): -7038183 or 1678228. OLE color: 1678228.

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

Color convert

RGB 148 155 25 -
CMYK 0.05 0 0.84 0.39
HSL 63.23º 0.72% 0.35% -
HSV(B) 63.23º 0.84% 0.61% -
XYZ 24.11 29.81 5.4 -
YUV 138.09 64.18 135.07 -
System Red Green Blue C M Y K H S L
Decimal 148 155 25 0.05 0 0.84 0.39 63.23 0.72 0.35
Hex 94 9B 19 5 0 54 27 3F 48 23
Octal 224 233 31 5 0 124 47 77 110 43
Binary 10010100 10011011 11001 101 0 1010100 100111 111111 1001000 100011

Color Harmonies of #949B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B19

Black with #949B19

Text Example


Text Example

White with #949B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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