Html Css Color HEX #BCD128 Fuego

📋 copy color: '#BCD128'

red 188 ◦ green 209 ◦ blue 40

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

Shades of Fuego #BCD128

Tints of Fuego #BCD128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.15%

R = 43.02%
G = 47.83%
B = 9.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#BCD128 (or 0xBCD128) is known color: Fuego. HEX triplet: BC, D1 and 28. RGB value is (188,209,40). Sum of RGB (Red+Green+Blue) = 188+209+40=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD128 is #432ED7. Grayscale: #B8B8B8. Windows color (decimal): -4402904 or 2675132. OLE color: 2675132.

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

Color convert

RGB 188 209 40 -
CMYK 0.10 0 0.81 0.18
HSL 67.46º 0.68% 0.49% -
HSV(B) 67.46º 0.81% 0.82% -
XYZ 43.92 56.45 10.59 -
YUV 183.46 47.04 131.24 -
System Red Green Blue C M Y K H S L
Decimal 188 209 40 0.10 0 0.81 0.18 67.46 0.68 0.49
Hex BC D1 28 A 0 51 12 43 44 31
Octal 274 321 50 12 0 121 22 103 104 61
Binary 10111100 11010001 101000 1010 0 1010001 10010 1000011 1000100 110001

Color Harmonies of #BCD128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD128

Black with #BCD128

Text Example


Text Example

White with #BCD128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD128; }

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

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

background-color css

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

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

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

border-color css

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

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

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