Html Css Color HEX #BCD523 Fuego

📋 copy color: '#BCD523'

red 188 ◦ green 213 ◦ blue 35

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

Shades of Fuego #BCD523

Tints of Fuego #BCD523

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.85%

 BLUE value IS 35 (14.06% from 255) = 8.03%

R = 43.12%
G = 48.85%
B = 8.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#BCD523 (or 0xBCD523) is known color: Fuego. HEX triplet: BC, D5 and 23. RGB value is (188,213,35). Sum of RGB (Red+Green+Blue) = 188+213+35=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 35 (14.06% from 255 or 8.03% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD523 is #432ADC. Grayscale: #B9B9B9. Windows color (decimal): -4401885 or 2348476. OLE color: 2348476.

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

Color convert

RGB 188 213 35 -
CMYK 0.12 0 0.84 0.16
HSL 68.43º 0.72% 0.49% -
HSV(B) 68.43º 0.84% 0.84% -
XYZ 44.84 58.4 10.5 -
YUV 185.23 43.22 129.97 -
System Red Green Blue C M Y K H S L
Decimal 188 213 35 0.12 0 0.84 0.16 68.43 0.72 0.49
Hex BC D5 23 C 0 54 10 44 48 31
Octal 274 325 43 14 0 124 20 104 110 61
Binary 10111100 11010101 100011 1100 0 1010100 10000 1000100 1001000 110001

Color Harmonies of #BCD523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD523

Black with #BCD523

Text Example


Text Example

White with #BCD523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD523; }

 p { color: rgb(188,213,35); }

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

background-color css

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

 a { background-color: rgb(188,213,35); }

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

border-color css

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

 span { border-color: rgb(188,213,35); }

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