Html Css Color HEX #BCD624 Fuego

📋 copy color: '#BCD624'

red 188 ◦ green 214 ◦ blue 36

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

Shades of Fuego #BCD624

Tints of Fuego #BCD624

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.86%

 BLUE value IS 36 (14.45% from 255) = 8.22%

R = 42.92%
G = 48.86%
B = 8.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#BCD624 (or 0xBCD624) is known color: Fuego. HEX triplet: BC, D6 and 24. RGB value is (188,214,36). Sum of RGB (Red+Green+Blue) = 188+214+36=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 36 (14.45% from 255 or 8.22% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD624 is #4329DB. Grayscale: #BABABA. Windows color (decimal): -4401628 or 2414268. OLE color: 2414268.

HSL color Cylindrical-coordinate representation of color #BCD624: hue angle of 68.76º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCD624 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 36 -
CMYK 0.12 0 0.83 0.16
HSL 68.76º 0.71% 0.49% -
HSV(B) 68.76º 0.83% 0.84% -
XYZ 45.1 58.91 10.66 -
YUV 185.93 43.39 129.47 -
System Red Green Blue C M Y K H S L
Decimal 188 214 36 0.12 0 0.83 0.16 68.76 0.71 0.49
Hex BC D6 24 C 0 53 10 45 47 31
Octal 274 326 44 14 0 123 20 105 107 61
Binary 10111100 11010110 100100 1100 0 1010011 10000 1000101 1000111 110001

Color Harmonies of #BCD624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD624

Black with #BCD624

Text Example


Text Example

White with #BCD624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD624; }

 p { color: rgb(188,214,36); }

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

background-color css

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

 a { background-color: rgb(188,214,36); }

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

border-color css

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

 span { border-color: rgb(188,214,36); }

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