Html Css Color HEX #949024 Citron

📋 copy color: '#949024'

red 148 ◦ green 144 ◦ blue 36

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

Shades of Citron #949024

Tints of Citron #949024

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.9%

 BLUE value IS 36 (14.45% from 255) = 10.98%

R = 45.12%
G = 43.9%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#949024 (or 0x949024) is known color: Citron. HEX triplet: 94, 90 and 24. RGB value is (148,144,36). Sum of RGB (Red+Green+Blue) = 148+144+36=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #949024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949024 is #6B6FDB. Grayscale: #858585. Windows color (decimal): -7040988 or 2396308. OLE color: 2396308.

HSL color Cylindrical-coordinate representation of color #949024: hue angle of 57.86º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #949024 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 144 36 -
CMYK 0 0.03 0.76 0.42
HSL 57.86º 0.61% 0.36% -
HSV(B) 57.86º 0.76% 0.58% -
XYZ 22.5 26.37 5.57 -
YUV 132.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 148 144 36 0 0.03 0.76 0.42 57.86 0.61 0.36
Hex 94 90 24 0 3 4C 2A 3A 3D 24
Octal 224 220 44 0 3 114 52 72 75 44
Binary 10010100 10010000 100100 0 11 1001100 101010 111010 111101 100100

Color Harmonies of #949024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949024

Black with #949024

Text Example


Text Example

White with #949024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949024; }

 p { color: rgb(148,144,36); }

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

background-color css

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

 a { background-color: rgb(148,144,36); }

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

border-color css

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

 span { border-color: rgb(148,144,36); }

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