Html Css Color HEX #949A0F Citron

📋 copy color: '#949A0F'

red 148 ◦ green 154 ◦ blue 15

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

Shades of Citron #949A0F

Tints of Citron #949A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.73%

R = 46.69%
G = 48.58%
B = 4.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#949A0F (or 0x949A0F) is known color: Citron. HEX triplet: 94, 9A and 0F. RGB value is (148,154,15). Sum of RGB (Red+Green+Blue) = 148+154+15=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 154 (60.55% from 255 or 48.58% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 154 - color contains mainly: green. Hex color #949A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949A0F is #6B65F0. Grayscale: #888888. Windows color (decimal): -7038449 or 1022612. OLE color: 1022612.

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

Color convert

RGB 148 154 15 -
CMYK 0.04 0 0.90 0.40
HSL 62.59º 0.82% 0.33% -
HSV(B) 62.59º 0.9% 0.6% -
XYZ 23.85 29.44 4.88 -
YUV 136.36 59.51 136.3 -
System Red Green Blue C M Y K H S L
Decimal 148 154 15 0.04 0 0.90 0.40 62.59 0.82 0.33
Hex 94 9A F 4 0 5A 28 3F 52 21
Octal 224 232 17 4 0 132 50 77 122 41
Binary 10010100 10011010 1111 100 0 1011010 101000 111111 1010010 100001

Color Harmonies of #949A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949A0F

Black with #949A0F

Text Example


Text Example

White with #949A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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