Html Css Color HEX #BCD91C Fuego

📋 copy color: '#BCD91C'

red 188 ◦ green 217 ◦ blue 28

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

Shades of Fuego #BCD91C

Tints of Fuego #BCD91C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.12%

 BLUE value IS 28 (11.33% from 255) = 6.47%

R = 43.42%
G = 50.12%
B = 6.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#BCD91C (or 0xBCD91C) is known color: Fuego. HEX triplet: BC, D9 and 1C. RGB value is (188,217,28). Sum of RGB (Red+Green+Blue) = 188+217+28=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD91C is #4326E3. Grayscale: #BBBBBB. Windows color (decimal): -4400868 or 1890748. OLE color: 1890748.

HSL color Cylindrical-coordinate representation of color #BCD91C: hue angle of 69.21º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCD91C is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 28 -
CMYK 0.13 0 0.87 0.15
HSL 69.21º 0.77% 0.48% -
HSV(B) 69.21º 0.87% 0.85% -
XYZ 45.76 60.4 10.35 -
YUV 186.78 38.39 128.87 -
System Red Green Blue C M Y K H S L
Decimal 188 217 28 0.13 0 0.87 0.15 69.21 0.77 0.48
Hex BC D9 1C D 0 57 F 45 4D 30
Octal 274 331 34 15 0 127 17 105 115 60
Binary 10111100 11011001 11100 1101 0 1010111 1111 1000101 1001101 110000

Color Harmonies of #BCD91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD91C

Black with #BCD91C

Text Example


Text Example

White with #BCD91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD91C; }

 p { color: rgb(188,217,28); }

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

background-color css

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

 a { background-color: rgb(188,217,28); }

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

border-color css

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

 span { border-color: rgb(188,217,28); }

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