Html Css Color HEX #94A02B Citron

📋 copy color: '#94A02B'

red 148 ◦ green 160 ◦ blue 43

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

Shades of Citron #94A02B

Tints of Citron #94A02B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.58%

 BLUE value IS 43 (17.19% from 255) = 12.25%

R = 42.17%
G = 45.58%
B = 12.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#94A02B (or 0x94A02B) is known color: Citron. HEX triplet: 94, A0 and 2B. RGB value is (148,160,43). Sum of RGB (Red+Green+Blue) = 148+160+43=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #94A02B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A02B is #6B5FD4. Grayscale: #8F8F8F. Windows color (decimal): -7036885 or 2859156. OLE color: 2859156.

HSL color Cylindrical-coordinate representation of color #94A02B: hue angle of 66.15º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94A02B is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 160 43 -
CMYK 0.07 0 0.73 0.37
HSL 66.15º 0.58% 0.4% -
HSV(B) 66.15º 0.73% 0.63% -
XYZ 25.22 31.61 7.06 -
YUV 143.07 71.52 131.51 -
System Red Green Blue C M Y K H S L
Decimal 148 160 43 0.07 0 0.73 0.37 66.15 0.58 0.4
Hex 94 A0 2B 7 0 49 25 42 3A 28
Octal 224 240 53 7 0 111 45 102 72 50
Binary 10010100 10100000 101011 111 0 1001001 100101 1000010 111010 101000

Color Harmonies of #94A02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A02B

Black with #94A02B

Text Example


Text Example

White with #94A02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A02B; }

 p { color: rgb(148,160,43); }

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

background-color css

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

 a { background-color: rgb(148,160,43); }

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

border-color css

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

 span { border-color: rgb(148,160,43); }

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