Html Css Color HEX #8DBA0B Citrus

📋 copy color: '#8DBA0B'

red 141 ◦ green 186 ◦ blue 11

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

Shades of Citrus #8DBA0B

Tints of Citrus #8DBA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.25%

R = 41.72%
G = 55.03%
B = 3.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#8DBA0B (or 0x8DBA0B) is known color: Citrus. HEX triplet: 8D, BA and 0B. RGB value is (141,186,11). Sum of RGB (Red+Green+Blue) = 141+186+11=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBA0B is #7245F4. Grayscale: #999999. Windows color (decimal): -7489013 or 768653. OLE color: 768653.

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

Color convert

RGB 141 186 11 -
CMYK 0.24 0 0.94 0.27
HSL 75.43º 0.89% 0.39% -
HSV(B) 75.43º 0.94% 0.73% -
XYZ 28.6 40.8 6.69 -
YUV 152.6 48.09 119.73 -
System Red Green Blue C M Y K H S L
Decimal 141 186 11 0.24 0 0.94 0.27 75.43 0.89 0.39
Hex 8D BA B 18 0 5E 1B 4B 59 27
Octal 215 272 13 30 0 136 33 113 131 47
Binary 10001101 10111010 1011 11000 0 1011110 11011 1001011 1011001 100111

Color Harmonies of #8DBA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA0B

Black with #8DBA0B

Text Example


Text Example

White with #8DBA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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