Html Css Color HEX #BCD428 Fuego

📋 copy color: '#BCD428'

red 188 ◦ green 212 ◦ blue 40

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

Shades of Fuego #BCD428

Tints of Fuego #BCD428

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.18%

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

R = 42.73%
G = 48.18%
B = 9.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#BCD428 (or 0xBCD428) is known color: Fuego. HEX triplet: BC, D4 and 28. RGB value is (188,212,40). Sum of RGB (Red+Green+Blue) = 188+212+40=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD428 is #432BD7. Grayscale: #B9B9B9. Windows color (decimal): -4402136 or 2675900. OLE color: 2675900.

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

Color convert

RGB 188 212 40 -
CMYK 0.11 0 0.81 0.17
HSL 68.37º 0.68% 0.49% -
HSV(B) 68.37º 0.81% 0.83% -
XYZ 44.67 57.93 10.84 -
YUV 185.22 46.05 129.99 -
System Red Green Blue C M Y K H S L
Decimal 188 212 40 0.11 0 0.81 0.17 68.37 0.68 0.49
Hex BC D4 28 B 0 51 11 44 44 31
Octal 274 324 50 13 0 121 21 104 104 61
Binary 10111100 11010100 101000 1011 0 1010001 10001 1000100 1000100 110001

Color Harmonies of #BCD428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD428

Black with #BCD428

Text Example


Text Example

White with #BCD428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD428; }

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

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

background-color css

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

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

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

border-color css

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

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

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