Html Css Color HEX #BCD130 Fuego

📋 copy color: '#BCD130'

red 188 ◦ green 209 ◦ blue 48

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

Shades of Fuego #BCD130

Tints of Fuego #BCD130

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.97%

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

R = 42.25%
G = 46.97%
B = 10.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#BCD130 (or 0xBCD130) is known color: Fuego. HEX triplet: BC, D1 and 30. RGB value is (188,209,48). Sum of RGB (Red+Green+Blue) = 188+209+48=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD130 is #432ECF. Grayscale: #B8B8B8. Windows color (decimal): -4402896 or 3199420. OLE color: 3199420.

HSL color Cylindrical-coordinate representation of color #BCD130: hue angle of 67.83º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCD130 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 48 -
CMYK 0.10 0 0.77 0.18
HSL 67.83º 0.64% 0.5% -
HSV(B) 67.83º 0.77% 0.82% -
XYZ 44.07 56.51 11.38 -
YUV 184.37 51.04 130.59 -
System Red Green Blue C M Y K H S L
Decimal 188 209 48 0.10 0 0.77 0.18 67.83 0.64 0.5
Hex BC D1 30 A 0 4D 12 44 40 32
Octal 274 321 60 12 0 115 22 104 100 62
Binary 10111100 11010001 110000 1010 0 1001101 10010 1000100 1000000 110010

Color Harmonies of #BCD130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD130

Black with #BCD130

Text Example


Text Example

White with #BCD130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD130; }

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

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

background-color css

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

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

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

border-color css

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

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

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