Html Css Color HEX #BCD236 Fuego

📋 copy color: '#BCD236'

red 188 ◦ green 210 ◦ blue 54

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

Shades of Fuego #BCD236

Tints of Fuego #BCD236

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.46%

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

R = 41.59%
G = 46.46%
B = 11.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#BCD236 (or 0xBCD236) is known color: Fuego. HEX triplet: BC, D2 and 36. RGB value is (188,210,54). Sum of RGB (Red+Green+Blue) = 188+210+54=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 54 (21.48% from 255 or 11.95% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD236 is #432DC9. Grayscale: #BABABA. Windows color (decimal): -4402634 or 3592892. OLE color: 3592892.

HSL color Cylindrical-coordinate representation of color #BCD236: hue angle of 68.46º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCD236 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 54 -
CMYK 0.10 0 0.74 0.18
HSL 68.46º 0.63% 0.52% -
HSV(B) 68.46º 0.74% 0.82% -
XYZ 44.45 57.05 12.16 -
YUV 185.64 53.71 129.68 -
System Red Green Blue C M Y K H S L
Decimal 188 210 54 0.10 0 0.74 0.18 68.46 0.63 0.52
Hex BC D2 36 A 0 4A 12 44 3F 34
Octal 274 322 66 12 0 112 22 104 77 64
Binary 10111100 11010010 110110 1010 0 1001010 10010 1000100 111111 110100

Color Harmonies of #BCD236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD236

Black with #BCD236

Text Example


Text Example

White with #BCD236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD236; }

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

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

background-color css

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

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

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

border-color css

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

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

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