Html Css Color HEX #BCD336 Fuego

📋 copy color: '#BCD336'

red 188 ◦ green 211 ◦ blue 54

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

Shades of Fuego #BCD336

Tints of Fuego #BCD336

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.58%

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

R = 41.5%
G = 46.58%
B = 11.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#BCD336 (or 0xBCD336) is known color: Fuego. HEX triplet: BC, D3 and 36. RGB value is (188,211,54). Sum of RGB (Red+Green+Blue) = 188+211+54=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD336 is #432CC9. Grayscale: #BABABA. Windows color (decimal): -4402378 or 3593148. OLE color: 3593148.

HSL color Cylindrical-coordinate representation of color #BCD336: hue angle of 68.79º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCD336 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 54 -
CMYK 0.11 0 0.74 0.17
HSL 68.79º 0.64% 0.52% -
HSV(B) 68.79º 0.74% 0.83% -
XYZ 44.7 57.55 12.24 -
YUV 186.23 53.38 129.27 -
System Red Green Blue C M Y K H S L
Decimal 188 211 54 0.11 0 0.74 0.17 68.79 0.64 0.52
Hex BC D3 36 B 0 4A 11 45 40 34
Octal 274 323 66 13 0 112 21 105 100 64
Binary 10111100 11010011 110110 1011 0 1001010 10001 1000101 1000000 110100

Color Harmonies of #BCD336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD336

Black with #BCD336

Text Example


Text Example

White with #BCD336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD336; }

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

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

background-color css

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

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

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

border-color css

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

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

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