Html Css Color HEX #094926 British Racing Green

📋 copy color: '#094926'

red 9 ◦ green 73 ◦ blue 38

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

Shades of British Racing Green #094926

Tints of British Racing Green #094926

RGB

 RED value IS 9 (3.91% from 255) = 7.5%

 GREEN value IS 73 (28.91% from 255) = 60.83%

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

R = 7.5%
G = 60.83%
B = 31.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#094926 (or 0x094926) is known color: British Racing Green. HEX triplet: 09, 49 and 26. RGB value is (9,73,38). Sum of RGB (Red+Green+Blue) = 9+73+38=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 73 (28.91% from 255 or 60.83% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 73 - color contains mainly: green. Hex color #094926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094926 is #F6B6D9. Grayscale: #313131. Windows color (decimal): -16168666 or 2509065. OLE color: 2509065.

HSL color Cylindrical-coordinate representation of color #094926: hue angle of 147.19º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094926 is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 73 38 -
CMYK 0.88 0 0.48 0.71
HSL 147.19º 0.78% 0.16% -
HSV(B) 147.19º 0.88% 0.29% -
XYZ 2.85 4.96 2.64 -
YUV 49.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 9 73 38 0.88 0 0.48 0.71 147.19 0.78 0.16
Hex 9 49 26 58 0 30 47 93 4E 10
Octal 11 111 46 130 0 60 107 223 116 20
Binary 1001 1001001 100110 1011000 0 110000 1000111 10010011 1001110 10000

Color Harmonies of #094926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094926

Black with #094926

Text Example


Text Example

White with #094926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094926; }

 p { color: rgb(9,73,38); }

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

background-color css

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

 a { background-color: rgb(9,73,38); }

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

border-color css

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

 span { border-color: rgb(9,73,38); }

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