Html Css Color HEX #8BB400 Citrus

📋 copy color: '#8BB400'

red 139 ◦ green 180 ◦ blue 0

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

Shades of Citrus #8BB400

Tints of Citrus #8BB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.57%
G = 56.43%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#8BB400 (or 0x8BB400) is known color: Citrus. HEX triplet: 8B, B4 and 00. RGB value is (139,180,0). Sum of RGB (Red+Green+Blue) = 139+180+0=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB400 is #744BFF. Grayscale: #939393. Windows color (decimal): -7621632 or 46219. OLE color: 46219.

HSL color Cylindrical-coordinate representation of color #8BB400: hue angle of 73.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BB400 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 139 180 0 -
CMYK 0.23 0 1 0.29
HSL 73.67º 1% 0.35% -
HSV(B) 73.67º 1% 0.71% -
XYZ 26.97 38.13 5.94 -
YUV 147.22 44.92 122.14 -
System Red Green Blue C M Y K H S L
Decimal 139 180 0 0.23 0 1 0.29 73.67 1 0.35
Hex 8B B4 0 17 0 64 1D 4A 64 23
Octal 213 264 0 27 0 144 35 112 144 43
Binary 10001011 10110100 0 10111 0 1100100 11101 1001010 1100100 100011

Color Harmonies of #8BB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB400

Black with #8BB400

Text Example


Text Example

White with #8BB400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,180,0); }

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

background-color css

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

 a { background-color: rgb(139,180,0); }

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

border-color css

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

 span { border-color: rgb(139,180,0); }

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