Html Css Color HEX #8BAC0F Citrus

📋 copy color: '#8BAC0F'

red 139 ◦ green 172 ◦ blue 15

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

Shades of Citrus #8BAC0F

Tints of Citrus #8BAC0F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.76%

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

R = 42.64%
G = 52.76%
B = 4.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#8BAC0F (or 0x8BAC0F) is known color: Citrus. HEX triplet: 8B, AC and 0F. RGB value is (139,172,15). Sum of RGB (Red+Green+Blue) = 139+172+15=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAC0F is #7453F0. Grayscale: #909090. Windows color (decimal): -7623665 or 1027211. OLE color: 1027211.

HSL color Cylindrical-coordinate representation of color #8BAC0F: hue angle of 72.61º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8BAC0F is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 172 15 -
CMYK 0.19 0 0.91 0.33
HSL 72.61º 0.84% 0.37% -
HSV(B) 72.61º 0.91% 0.67% -
XYZ 25.49 35.03 5.87 -
YUV 144.24 55.07 124.27 -
System Red Green Blue C M Y K H S L
Decimal 139 172 15 0.19 0 0.91 0.33 72.61 0.84 0.37
Hex 8B AC F 13 0 5B 21 49 54 25
Octal 213 254 17 23 0 133 41 111 124 45
Binary 10001011 10101100 1111 10011 0 1011011 100001 1001001 1010100 100101

Color Harmonies of #8BAC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAC0F

Black with #8BAC0F

Text Example


Text Example

White with #8BAC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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