Html Css Color HEX #BCD71D Fuego

📋 copy color: '#BCD71D'

red 188 ◦ green 215 ◦ blue 29

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

Shades of Fuego #BCD71D

Tints of Fuego #BCD71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.71%

R = 43.52%
G = 49.77%
B = 6.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#BCD71D (or 0xBCD71D) is known color: Fuego. HEX triplet: BC, D7 and 1D. RGB value is (188,215,29). Sum of RGB (Red+Green+Blue) = 188+215+29=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD71D is #4328E2. Grayscale: #BABABA. Windows color (decimal): -4401379 or 1955772. OLE color: 1955772.

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

Color convert

RGB 188 215 29 -
CMYK 0.13 0 0.87 0.16
HSL 68.71º 0.76% 0.48% -
HSV(B) 68.71º 0.87% 0.84% -
XYZ 45.26 59.38 10.24 -
YUV 185.72 39.55 129.62 -
System Red Green Blue C M Y K H S L
Decimal 188 215 29 0.13 0 0.87 0.16 68.71 0.76 0.48
Hex BC D7 1D D 0 57 10 45 4C 30
Octal 274 327 35 15 0 127 20 105 114 60
Binary 10111100 11010111 11101 1101 0 1010111 10000 1000101 1001100 110000

Color Harmonies of #BCD71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD71D

Black with #BCD71D

Text Example


Text Example

White with #BCD71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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