Html Css Color HEX #999426 Citron

📋 copy color: '#999426'

red 153 ◦ green 148 ◦ blue 38

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

Shades of Citron #999426

Tints of Citron #999426

RGB

 RED value IS 153 (60.16% from 255) = 45.13%

 GREEN value IS 148 (58.2% from 255) = 43.66%

 BLUE value IS 38 (15.23% from 255) = 11.21%

R = 45.13%
G = 43.66%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#999426 (or 0x999426) is known color: Citron. HEX triplet: 99, 94 and 26. RGB value is (153,148,38). Sum of RGB (Red+Green+Blue) = 153+148+38=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #999426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999426 is #666BD9. Grayscale: #898989. Windows color (decimal): -6712282 or 2528409. OLE color: 2528409.

HSL color Cylindrical-coordinate representation of color #999426: hue angle of 57.39º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #999426 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 148 38 -
CMYK 0 0.03 0.75 0.4
HSL 57.39º 0.6% 0.37% -
HSV(B) 57.39º 0.75% 0.6% -
XYZ 24.08 28.09 5.99 -
YUV 136.96 72.16 139.44 -
System Red Green Blue C M Y K H S L
Decimal 153 148 38 0 0.03 0.75 0.4 57.39 0.6 0.37
Hex 99 94 26 0 3 4B 28 39 3C 25
Octal 231 224 46 0 3 113 50 71 74 45
Binary 10011001 10010100 100110 0 11 1001011 101000 111001 111100 100101

Color Harmonies of #999426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999426

Black with #999426

Text Example


Text Example

White with #999426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999426; }

 p { color: rgb(153,148,38); }

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

background-color css

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

 a { background-color: rgb(153,148,38); }

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

border-color css

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

 span { border-color: rgb(153,148,38); }

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