Html Css Color HEX #8BAD01 Citrus

📋 copy color: '#8BAD01'

red 139 ◦ green 173 ◦ blue 1

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

Shades of Citrus #8BAD01

Tints of Citrus #8BAD01

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.27%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 44.41%
G = 55.27%
B = 0.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#8BAD01 (or 0x8BAD01) is known color: Citrus. HEX triplet: 8B, AD and 01. RGB value is (139,173,1). Sum of RGB (Red+Green+Blue) = 139+173+1=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAD01 is #7452FE. Grayscale: #8F8F8F. Windows color (decimal): -7623423 or 109963. OLE color: 109963.

HSL color Cylindrical-coordinate representation of color #8BAD01: hue angle of 71.86º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8BAD01 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 139 173 1 -
CMYK 0.20 0 0.99 0.32
HSL 71.86º 0.99% 0.34% -
HSV(B) 71.86º 0.99% 0.68% -
XYZ 25.6 35.38 5.51 -
YUV 143.23 47.74 124.99 -
System Red Green Blue C M Y K H S L
Decimal 139 173 1 0.20 0 0.99 0.32 71.86 0.99 0.34
Hex 8B AD 1 14 0 63 20 48 63 22
Octal 213 255 1 24 0 143 40 110 143 42
Binary 10001011 10101101 1 10100 0 1100011 100000 1001000 1100011 100010

Color Harmonies of #8BAD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAD01

Black with #8BAD01

Text Example


Text Example

White with #8BAD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,173,1); }

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

background-color css

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

 a { background-color: rgb(139,173,1); }

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

border-color css

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

 span { border-color: rgb(139,173,1); }

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