Html Css Color HEX #8DBA00 Citrus

📋 copy color: '#8DBA00'

red 141 ◦ green 186 ◦ blue 0

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

Shades of Citrus #8DBA00

Tints of Citrus #8DBA00

RGB

 RED value IS 141 (55.47% from 255) = 43.12%

 GREEN value IS 186 (73.05% from 255) = 56.88%

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

R = 43.12%
G = 56.88%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#8DBA00 (or 0x8DBA00) is known color: Citrus. HEX triplet: 8D, BA and 00. RGB value is (141,186,0). Sum of RGB (Red+Green+Blue) = 141+186+0=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBA00 is #7245FF. Grayscale: #989898. Windows color (decimal): -7489024 or 47757. OLE color: 47757.

HSL color Cylindrical-coordinate representation of color #8DBA00: hue angle of 74.52º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DBA00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 186 0 -
CMYK 0.24 0 1 0.27
HSL 74.52º 1% 0.36% -
HSV(B) 74.52º 1% 0.73% -
XYZ 28.54 40.78 6.37 -
YUV 151.34 42.59 120.62 -
System Red Green Blue C M Y K H S L
Decimal 141 186 0 0.24 0 1 0.27 74.52 1 0.36
Hex 8D BA 0 18 0 64 1B 4B 64 24
Octal 215 272 0 30 0 144 33 113 144 44
Binary 10001101 10111010 0 11000 0 1100100 11011 1001011 1100100 100100

Color Harmonies of #8DBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA00

Black with #8DBA00

Text Example


Text Example

White with #8DBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,186,0); }

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

background-color css

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

 a { background-color: rgb(141,186,0); }

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

border-color css

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

 span { border-color: rgb(141,186,0); }

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