Html Css Color HEX #BCD736 Fuego

📋 copy color: '#BCD736'

red 188 ◦ green 215 ◦ blue 54

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

Shades of Fuego #BCD736

Tints of Fuego #BCD736

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.05%

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

R = 41.14%
G = 47.05%
B = 11.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#BCD736 (or 0xBCD736) is known color: Fuego. HEX triplet: BC, D7 and 36. RGB value is (188,215,54). Sum of RGB (Red+Green+Blue) = 188+215+54=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 54 (21.48% from 255 or 11.82% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD736 is #4328C9. Grayscale: #BDBDBD. Windows color (decimal): -4401354 or 3594172. OLE color: 3594172.

HSL color Cylindrical-coordinate representation of color #BCD736: hue angle of 70.06º degrees, saturation: 0.67, 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 #BCD736 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 54 -
CMYK 0.13 0 0.75 0.16
HSL 70.06º 0.67% 0.53% -
HSV(B) 70.06º 0.75% 0.84% -
XYZ 45.71 59.56 12.58 -
YUV 188.57 52.05 127.59 -
System Red Green Blue C M Y K H S L
Decimal 188 215 54 0.13 0 0.75 0.16 70.06 0.67 0.53
Hex BC D7 36 D 0 4B 10 46 43 35
Octal 274 327 66 15 0 113 20 106 103 65
Binary 10111100 11010111 110110 1101 0 1001011 10000 1000110 1000011 110101

Color Harmonies of #BCD736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD736

Black with #BCD736

Text Example


Text Example

White with #BCD736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD736; }

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

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

background-color css

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

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

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

border-color css

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

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

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