Html Css Color HEX #8BA00F Citron

📋 copy color: '#8BA00F'

red 139 ◦ green 160 ◦ blue 15

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

Shades of Citron #8BA00F

Tints of Citron #8BA00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.78%

R = 44.27%
G = 50.96%
B = 4.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#8BA00F (or 0x8BA00F) is known color: Citron. HEX triplet: 8B, A0 and 0F. RGB value is (139,160,15). Sum of RGB (Red+Green+Blue) = 139+160+15=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA00F is #745FF0. Grayscale: #898989. Windows color (decimal): -7626737 or 1024139. OLE color: 1024139.

HSL color Cylindrical-coordinate representation of color #8BA00F: hue angle of 68.69º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8BA00F is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 139 160 15 -
CMYK 0.13 0 0.91 0.37
HSL 68.69º 0.83% 0.34% -
HSV(B) 68.69º 0.91% 0.63% -
XYZ 23.3 30.67 5.14 -
YUV 137.19 59.04 129.29 -
System Red Green Blue C M Y K H S L
Decimal 139 160 15 0.13 0 0.91 0.37 68.69 0.83 0.34
Hex 8B A0 F D 0 5B 25 45 53 22
Octal 213 240 17 15 0 133 45 105 123 42
Binary 10001011 10100000 1111 1101 0 1011011 100101 1000101 1010011 100010

Color Harmonies of #8BA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA00F

Black with #8BA00F

Text Example


Text Example

White with #8BA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,160,15); }

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

background-color css

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

 a { background-color: rgb(139,160,15); }

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

border-color css

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

 span { border-color: rgb(139,160,15); }

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