Html Css Color HEX #8DBA10 Citrus

📋 copy color: '#8DBA10'

red 141 ◦ green 186 ◦ blue 16

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

Shades of Citrus #8DBA10

Tints of Citrus #8DBA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.66%

R = 41.11%
G = 54.23%
B = 4.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#8DBA10 (or 0x8DBA10) is known color: Citrus. HEX triplet: 8D, BA and 10. RGB value is (141,186,16). Sum of RGB (Red+Green+Blue) = 141+186+16=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBA10 is #7245EF. Grayscale: #999999. Windows color (decimal): -7489008 or 1096333. OLE color: 1096333.

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

Color convert

RGB 141 186 16 -
CMYK 0.24 0 0.91 0.27
HSL 75.88º 0.84% 0.4% -
HSV(B) 75.88º 0.91% 0.73% -
XYZ 28.64 40.82 6.86 -
YUV 153.17 50.59 119.32 -
System Red Green Blue C M Y K H S L
Decimal 141 186 16 0.24 0 0.91 0.27 75.88 0.84 0.4
Hex 8D BA 10 18 0 5B 1B 4C 54 28
Octal 215 272 20 30 0 133 33 114 124 50
Binary 10001101 10111010 10000 11000 0 1011011 11011 1001100 1010100 101000

Color Harmonies of #8DBA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA10

Black with #8DBA10

Text Example


Text Example

White with #8DBA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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