Html Css Color HEX #8BA904 Citrus

📋 copy color: '#8BA904'

red 139 ◦ green 169 ◦ blue 4

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

Shades of Citrus #8BA904

Tints of Citrus #8BA904

RGB

 RED value IS 139 (54.69% from 255) = 44.55%

 GREEN value IS 169 (66.41% from 255) = 54.17%

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 44.55%
G = 54.17%
B = 1.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#8BA904 (or 0x8BA904) is known color: Citrus. HEX triplet: 8B, A9 and 04. RGB value is (139,169,4). Sum of RGB (Red+Green+Blue) = 139+169+4=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA904 is #7456FB. Grayscale: #8D8D8D. Windows color (decimal): -7624444 or 305547. OLE color: 305547.

HSL color Cylindrical-coordinate representation of color #8BA904: hue angle of 70.91º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8BA904 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB 139 169 4 -
CMYK 0.18 0 0.98 0.34
HSL 70.91º 0.95% 0.34% -
HSV(B) 70.91º 0.98% 0.66% -
XYZ 24.86 33.87 5.34 -
YUV 141.22 50.56 126.42 -
System Red Green Blue C M Y K H S L
Decimal 139 169 4 0.18 0 0.98 0.34 70.91 0.95 0.34
Hex 8B A9 4 12 0 62 22 47 5F 22
Octal 213 251 4 22 0 142 42 107 137 42
Binary 10001011 10101001 100 10010 0 1100010 100010 1000111 1011111 100010

Color Harmonies of #8BA904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA904

Black with #8BA904

Text Example


Text Example

White with #8BA904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BA904; }

 p { color: rgb(139,169,4); }

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

background-color css

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

 a { background-color: rgb(139,169,4); }

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

border-color css

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

 span { border-color: rgb(139,169,4); }

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