Html Css Color HEX #8BA304 Citrus

📋 copy color: '#8BA304'

red 139 ◦ green 163 ◦ blue 4

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

Shades of Citrus #8BA304

Tints of Citrus #8BA304

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.27%

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

R = 45.42%
G = 53.27%
B = 1.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#8BA304 (or 0x8BA304) is known color: Citrus. HEX triplet: 8B, A3 and 04. RGB value is (139,163,4). Sum of RGB (Red+Green+Blue) = 139+163+4=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA304 is #745CFB. Grayscale: #8A8A8A. Windows color (decimal): -7625980 or 304011. OLE color: 304011.

HSL color Cylindrical-coordinate representation of color #8BA304: hue angle of 69.06º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8BA304 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 139 163 4 -
CMYK 0.15 0 0.98 0.36
HSL 69.06º 0.95% 0.33% -
HSV(B) 69.06º 0.98% 0.64% -
XYZ 23.77 31.69 4.98 -
YUV 137.7 52.55 128.93 -
System Red Green Blue C M Y K H S L
Decimal 139 163 4 0.15 0 0.98 0.36 69.06 0.95 0.33
Hex 8B A3 4 F 0 62 24 45 5F 21
Octal 213 243 4 17 0 142 44 105 137 41
Binary 10001011 10100011 100 1111 0 1100010 100100 1000101 1011111 100001

Color Harmonies of #8BA304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA304

Black with #8BA304

Text Example


Text Example

White with #8BA304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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