Html Css Color HEX #BCD631 Fuego

📋 copy color: '#BCD631'

red 188 ◦ green 214 ◦ blue 49

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

Shades of Fuego #BCD631

Tints of Fuego #BCD631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.86%

R = 41.69%
G = 47.45%
B = 10.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#BCD631 (or 0xBCD631) is known color: Fuego. HEX triplet: BC, D6 and 31. RGB value is (188,214,49). Sum of RGB (Red+Green+Blue) = 188+214+49=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD631 is #4329CE. Grayscale: #BCBCBC. Windows color (decimal): -4401615 or 3266236. OLE color: 3266236.

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

Color convert

RGB 188 214 49 -
CMYK 0.12 0 0.77 0.16
HSL 69.45º 0.67% 0.52% -
HSV(B) 69.45º 0.77% 0.84% -
XYZ 45.34 59.01 11.91 -
YUV 187.42 49.89 128.42 -
System Red Green Blue C M Y K H S L
Decimal 188 214 49 0.12 0 0.77 0.16 69.45 0.67 0.52
Hex BC D6 31 C 0 4D 10 45 43 34
Octal 274 326 61 14 0 115 20 105 103 64
Binary 10111100 11010110 110001 1100 0 1001101 10000 1000101 1000011 110100

Color Harmonies of #BCD631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD631

Black with #BCD631

Text Example


Text Example

White with #BCD631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD631; }

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

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

background-color css

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

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

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

border-color css

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

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

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