Html Css Color HEX #BCD636 Fuego

📋 copy color: '#BCD636'

red 188 ◦ green 214 ◦ blue 54

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

Shades of Fuego #BCD636

Tints of Fuego #BCD636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.84%

R = 41.23%
G = 46.93%
B = 11.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#BCD636 (or 0xBCD636) is known color: Fuego. HEX triplet: BC, D6 and 36. RGB value is (188,214,54). Sum of RGB (Red+Green+Blue) = 188+214+54=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 54 (21.48% from 255 or 11.84% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD636 is #4329C9. Grayscale: #BCBCBC. Windows color (decimal): -4401610 or 3593916. OLE color: 3593916.

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

Color convert

RGB 188 214 54 -
CMYK 0.12 0 0.75 0.16
HSL 69.75º 0.66% 0.53% -
HSV(B) 69.75º 0.75% 0.84% -
XYZ 45.45 59.05 12.49 -
YUV 187.99 52.39 128.01 -
System Red Green Blue C M Y K H S L
Decimal 188 214 54 0.12 0 0.75 0.16 69.75 0.66 0.53
Hex BC D6 36 C 0 4B 10 46 42 35
Octal 274 326 66 14 0 113 20 106 102 65
Binary 10111100 11010110 110110 1100 0 1001011 10000 1000110 1000010 110101

Color Harmonies of #BCD636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD636

Black with #BCD636

Text Example


Text Example

White with #BCD636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD636; }

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

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

background-color css

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

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

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

border-color css

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

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

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