Html Css Color HEX #949812 Citron

📋 copy color: '#949812'

red 148 ◦ green 152 ◦ blue 18

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

Shades of Citron #949812

Tints of Citron #949812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.8%

 BLUE value IS 18 (7.42% from 255) = 5.66%

R = 46.54%
G = 47.8%
B = 5.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#949812 (or 0x949812) is known color: Citron. HEX triplet: 94, 98 and 12. RGB value is (148,152,18). Sum of RGB (Red+Green+Blue) = 148+152+18=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #949812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949812 is #6B67ED. Grayscale: #888888. Windows color (decimal): -7038958 or 1218708. OLE color: 1218708.

HSL color Cylindrical-coordinate representation of color #949812: hue angle of 61.79º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #949812 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 152 18 -
CMYK 0.03 0 0.88 0.40
HSL 61.79º 0.79% 0.33% -
HSV(B) 61.79º 0.88% 0.6% -
XYZ 23.55 28.8 4.89 -
YUV 135.53 61.67 136.9 -
System Red Green Blue C M Y K H S L
Decimal 148 152 18 0.03 0 0.88 0.40 61.79 0.79 0.33
Hex 94 98 12 3 0 58 28 3E 4F 21
Octal 224 230 22 3 0 130 50 76 117 41
Binary 10010100 10011000 10010 11 0 1011000 101000 111110 1001111 100001

Color Harmonies of #949812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949812

Black with #949812

Text Example


Text Example

White with #949812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949812; }

 p { color: rgb(148,152,18); }

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

background-color css

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

 a { background-color: rgb(148,152,18); }

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

border-color css

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

 span { border-color: rgb(148,152,18); }

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