Html Css Color HEX #8DBA08 Citrus

📋 copy color: '#8DBA08'

red 141 ◦ green 186 ◦ blue 8

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

Shades of Citrus #8DBA08

Tints of Citrus #8DBA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.39%

R = 42.09%
G = 55.52%
B = 2.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#8DBA08 (or 0x8DBA08) is known color: Citrus. HEX triplet: 8D, BA and 08. RGB value is (141,186,8). Sum of RGB (Red+Green+Blue) = 141+186+8=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBA08 is #7245F7. Grayscale: #989898. Windows color (decimal): -7489016 or 572045. OLE color: 572045.

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

Color convert

RGB 141 186 8 -
CMYK 0.24 0 0.96 0.27
HSL 75.17º 0.92% 0.38% -
HSV(B) 75.17º 0.96% 0.73% -
XYZ 28.59 40.8 6.6 -
YUV 152.25 46.59 119.97 -
System Red Green Blue C M Y K H S L
Decimal 141 186 8 0.24 0 0.96 0.27 75.17 0.92 0.38
Hex 8D BA 8 18 0 60 1B 4B 5C 26
Octal 215 272 10 30 0 140 33 113 134 46
Binary 10001101 10111010 1000 11000 0 1100000 11011 1001011 1011100 100110

Color Harmonies of #8DBA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA08

Black with #8DBA08

Text Example


Text Example

White with #8DBA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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