Html Css Color HEX #BCDC2A Fuego

📋 copy color: '#BCDC2A'

red 188 ◦ green 220 ◦ blue 42

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

Shades of Fuego #BCDC2A

Tints of Fuego #BCDC2A

RGB

 RED value IS 188 (73.83% from 255) = 41.78%

 GREEN value IS 220 (86.33% from 255) = 48.89%

 BLUE value IS 42 (16.8% from 255) = 9.33%

R = 41.78%
G = 48.89%
B = 9.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#BCDC2A (or 0xBCDC2A) is known color: Fuego. HEX triplet: BC, DC and 2A. RGB value is (188,220,42). Sum of RGB (Red+Green+Blue) = 188+220+42=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC2A is #4323D5. Grayscale: #BEBEBE. Windows color (decimal): -4400086 or 2809020. OLE color: 2809020.

HSL color Cylindrical-coordinate representation of color #BCDC2A: hue angle of 70.79º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCDC2A is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 42 -
CMYK 0.15 0 0.81 0.14
HSL 70.79º 0.72% 0.51% -
HSV(B) 70.79º 0.81% 0.86% -
XYZ 46.75 62.04 11.7 -
YUV 190.14 44.4 126.47 -
System Red Green Blue C M Y K H S L
Decimal 188 220 42 0.15 0 0.81 0.14 70.79 0.72 0.51
Hex BC DC 2A F 0 51 E 47 48 33
Octal 274 334 52 17 0 121 16 107 110 63
Binary 10111100 11011100 101010 1111 0 1010001 1110 1000111 1001000 110011

Color Harmonies of #BCDC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC2A

Black with #BCDC2A

Text Example


Text Example

White with #BCDC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC2A; }

 p { color: rgb(188,220,42); }

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

background-color css

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

 a { background-color: rgb(188,220,42); }

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

border-color css

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

 span { border-color: rgb(188,220,42); }

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