Html Css Color HEX #8CBA3D Yellow Green

📋 copy color: '#8CBA3D'

red 140 ◦ green 186 ◦ blue 61

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

Shades of Yellow Green #8CBA3D

Tints of Yellow Green #8CBA3D

RGB

 RED value IS 140 (55.08% from 255) = 36.18%

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

 BLUE value IS 61 (24.22% from 255) = 15.76%

R = 36.18%
G = 48.06%
B = 15.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#8CBA3D (or 0x8CBA3D) is known color: Yellow Green. HEX triplet: 8C, BA and 3D. RGB value is (140,186,61). Sum of RGB (Red+Green+Blue) = 140+186+61=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA3D is #7345C2. Grayscale: #9E9E9E. Windows color (decimal): -7554499 or 4045452. OLE color: 4045452.

HSL color Cylindrical-coordinate representation of color #8CBA3D: hue angle of 82.08º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CBA3D is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 186 61 -
CMYK 0.25 0 0.67 0.27
HSL 82.08º 0.51% 0.48% -
HSV(B) 82.08º 0.67% 0.73% -
XYZ 29.22 41.03 10.79 -
YUV 158 73.26 115.16 -
System Red Green Blue C M Y K H S L
Decimal 140 186 61 0.25 0 0.67 0.27 82.08 0.51 0.48
Hex 8C BA 3D 19 0 43 1B 52 33 30
Octal 214 272 75 31 0 103 33 122 63 60
Binary 10001100 10111010 111101 11001 0 1000011 11011 1010010 110011 110000

Color Harmonies of #8CBA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA3D

Black with #8CBA3D

Text Example


Text Example

White with #8CBA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,186,61); }

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

background-color css

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

 a { background-color: rgb(140,186,61); }

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

border-color css

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

 span { border-color: rgb(140,186,61); }

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