Html Css Color HEX #BCDC30 Fuego

📋 copy color: '#BCDC30'

red 188 ◦ green 220 ◦ blue 48

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

Shades of Fuego #BCDC30

Tints of Fuego #BCDC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.53%

R = 41.23%
G = 48.25%
B = 10.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#BCDC30 (or 0xBCDC30) is known color: Fuego. HEX triplet: BC, DC and 30. RGB value is (188,220,48). Sum of RGB (Red+Green+Blue) = 188+220+48=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 48 (19.14% from 255 or 10.53% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC30 is #4323CF. Grayscale: #BFBFBF. Windows color (decimal): -4400080 or 3202236. OLE color: 3202236.

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

Color convert

RGB 188 220 48 -
CMYK 0.15 0 0.78 0.14
HSL 71.16º 0.71% 0.53% -
HSV(B) 71.16º 0.78% 0.86% -
XYZ 46.87 62.09 12.31 -
YUV 190.82 47.4 125.99 -
System Red Green Blue C M Y K H S L
Decimal 188 220 48 0.15 0 0.78 0.14 71.16 0.71 0.53
Hex BC DC 30 F 0 4E E 47 47 35
Octal 274 334 60 17 0 116 16 107 107 65
Binary 10111100 11011100 110000 1111 0 1001110 1110 1000111 1000111 110101

Color Harmonies of #BCDC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC30

Black with #BCDC30

Text Example


Text Example

White with #BCDC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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