Html Css Color HEX #BCD526 Fuego

📋 copy color: '#BCD526'

red 188 ◦ green 213 ◦ blue 38

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

Shades of Fuego #BCD526

Tints of Fuego #BCD526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.66%

R = 42.82%
G = 48.52%
B = 8.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#BCD526 (or 0xBCD526) is known color: Fuego. HEX triplet: BC, D5 and 26. RGB value is (188,213,38). Sum of RGB (Red+Green+Blue) = 188+213+38=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 38 (15.23% from 255 or 8.66% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD526 is #432AD9. Grayscale: #BABABA. Windows color (decimal): -4401882 or 2545084. OLE color: 2545084.

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

Color convert

RGB 188 213 38 -
CMYK 0.12 0 0.82 0.16
HSL 68.57º 0.7% 0.49% -
HSV(B) 68.57º 0.82% 0.84% -
XYZ 44.88 58.42 10.74 -
YUV 185.58 44.72 129.73 -
System Red Green Blue C M Y K H S L
Decimal 188 213 38 0.12 0 0.82 0.16 68.57 0.7 0.49
Hex BC D5 26 C 0 52 10 45 46 31
Octal 274 325 46 14 0 122 20 105 106 61
Binary 10111100 11010101 100110 1100 0 1010010 10000 1000101 1000110 110001

Color Harmonies of #BCD526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD526

Black with #BCD526

Text Example


Text Example

White with #BCD526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD526; }

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

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

background-color css

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

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

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

border-color css

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

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

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