Html Css Color HEX #BCDA28 Fuego

📋 copy color: '#BCDA28'

red 188 ◦ green 218 ◦ blue 40

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

Shades of Fuego #BCDA28

Tints of Fuego #BCDA28

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.88%

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

R = 42.15%
G = 48.88%
B = 8.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#BCDA28 (or 0xBCDA28) is known color: Fuego. HEX triplet: BC, DA and 28. RGB value is (188,218,40). Sum of RGB (Red+Green+Blue) = 188+218+40=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA28 is #4325D7. Grayscale: #BDBDBD. Windows color (decimal): -4400600 or 2677436. OLE color: 2677436.

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

Color convert

RGB 188 218 40 -
CMYK 0.14 0 0.82 0.15
HSL 70.11º 0.71% 0.51% -
HSV(B) 70.11º 0.82% 0.85% -
XYZ 46.19 60.99 11.34 -
YUV 188.74 44.06 127.47 -
System Red Green Blue C M Y K H S L
Decimal 188 218 40 0.14 0 0.82 0.15 70.11 0.71 0.51
Hex BC DA 28 E 0 52 F 46 47 33
Octal 274 332 50 16 0 122 17 106 107 63
Binary 10111100 11011010 101000 1110 0 1010010 1111 1000110 1000111 110011

Color Harmonies of #BCDA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA28

Black with #BCDA28

Text Example


Text Example

White with #BCDA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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