Html Css Color HEX #8CBD3C Yellow Green

📋 copy color: '#8CBD3C'

red 140 ◦ green 189 ◦ blue 60

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

Shades of Yellow Green #8CBD3C

Tints of Yellow Green #8CBD3C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.59%

 BLUE value IS 60 (23.83% from 255) = 15.42%

R = 35.99%
G = 48.59%
B = 15.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#8CBD3C (or 0x8CBD3C) is known color: Yellow Green. HEX triplet: 8C, BD and 3C. RGB value is (140,189,60). Sum of RGB (Red+Green+Blue) = 140+189+60=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBD3C is #7342C3. Grayscale: #A0A0A0. Windows color (decimal): -7553732 or 3980684. OLE color: 3980684.

HSL color Cylindrical-coordinate representation of color #8CBD3C: hue angle of 82.79º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CBD3C is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 189 60 -
CMYK 0.26 0 0.68 0.26
HSL 82.79º 0.52% 0.49% -
HSV(B) 82.79º 0.68% 0.74% -
XYZ 29.83 42.3 10.87 -
YUV 159.64 71.77 113.99 -
System Red Green Blue C M Y K H S L
Decimal 140 189 60 0.26 0 0.68 0.26 82.79 0.52 0.49
Hex 8C BD 3C 1A 0 44 1A 53 34 31
Octal 214 275 74 32 0 104 32 123 64 61
Binary 10001100 10111101 111100 11010 0 1000100 11010 1010011 110100 110001

Color Harmonies of #8CBD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBD3C

Black with #8CBD3C

Text Example


Text Example

White with #8CBD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,189,60); }

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

background-color css

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

 a { background-color: rgb(140,189,60); }

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

border-color css

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

 span { border-color: rgb(140,189,60); }

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