Html Css Color HEX #BCDC27 Fuego

📋 copy color: '#BCDC27'

red 188 ◦ green 220 ◦ blue 39

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

Shades of Fuego #BCDC27

Tints of Fuego #BCDC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.72%

R = 42.06%
G = 49.22%
B = 8.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#BCDC27 (or 0xBCDC27) is known color: Fuego. HEX triplet: BC, DC and 27. RGB value is (188,220,39). Sum of RGB (Red+Green+Blue) = 188+220+39=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 39 (15.62% from 255 or 8.72% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC27 is #4323D8. Grayscale: #BEBEBE. Windows color (decimal): -4400089 or 2612412. OLE color: 2612412.

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

Color convert

RGB 188 220 39 -
CMYK 0.15 0 0.82 0.14
HSL 70.61º 0.72% 0.51% -
HSV(B) 70.61º 0.82% 0.86% -
XYZ 46.7 62.02 11.43 -
YUV 189.8 42.9 126.72 -
System Red Green Blue C M Y K H S L
Decimal 188 220 39 0.15 0 0.82 0.14 70.61 0.72 0.51
Hex BC DC 27 F 0 52 E 47 48 33
Octal 274 334 47 17 0 122 16 107 110 63
Binary 10111100 11011100 100111 1111 0 1010010 1110 1000111 1001000 110011

Color Harmonies of #BCDC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC27

Black with #BCDC27

Text Example


Text Example

White with #BCDC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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