Html Css Color HEX #8BA704 Citrus

📋 copy color: '#8BA704'

red 139 ◦ green 167 ◦ blue 4

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

Shades of Citrus #8BA704

Tints of Citrus #8BA704

RGB

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

 GREEN value IS 167 (65.63% from 255) = 53.87%

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

R = 44.84%
G = 53.87%
B = 1.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#8BA704 (or 0x8BA704) is known color: Citrus. HEX triplet: 8B, A7 and 04. RGB value is (139,167,4). Sum of RGB (Red+Green+Blue) = 139+167+4=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 167 (65.62% from 255 or 53.87% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA704 is #7458FB. Grayscale: #8C8C8C. Windows color (decimal): -7624956 or 305035. OLE color: 305035.

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

Color convert

RGB 139 167 4 -
CMYK 0.17 0 0.98 0.35
HSL 70.31º 0.95% 0.34% -
HSV(B) 70.31º 0.98% 0.65% -
XYZ 24.49 33.14 5.22 -
YUV 140.05 51.22 127.25 -
System Red Green Blue C M Y K H S L
Decimal 139 167 4 0.17 0 0.98 0.35 70.31 0.95 0.34
Hex 8B A7 4 11 0 62 23 46 5F 22
Octal 213 247 4 21 0 142 43 106 137 42
Binary 10001011 10100111 100 10001 0 1100010 100011 1000110 1011111 100010

Color Harmonies of #8BA704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA704

Black with #8BA704

Text Example


Text Example

White with #8BA704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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