Html Css Color HEX #BCDA1D Fuego

📋 copy color: '#BCDA1D'

red 188 ◦ green 218 ◦ blue 29

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

Shades of Fuego #BCDA1D

Tints of Fuego #BCDA1D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.11%

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

R = 43.22%
G = 50.11%
B = 6.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#BCDA1D (or 0xBCDA1D) is known color: Fuego. HEX triplet: BC, DA and 1D. RGB value is (188,218,29). Sum of RGB (Red+Green+Blue) = 188+218+29=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA1D is #4325E2. Grayscale: #BCBCBC. Windows color (decimal): -4400611 or 1956540. OLE color: 1956540.

HSL color Cylindrical-coordinate representation of color #BCDA1D: hue angle of 69.52º 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 #BCDA1D is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 29 -
CMYK 0.14 0 0.87 0.15
HSL 69.52º 0.77% 0.48% -
HSV(B) 69.52º 0.87% 0.85% -
XYZ 46.03 60.92 10.5 -
YUV 187.48 38.56 128.37 -
System Red Green Blue C M Y K H S L
Decimal 188 218 29 0.14 0 0.87 0.15 69.52 0.77 0.48
Hex BC DA 1D E 0 57 F 46 4D 30
Octal 274 332 35 16 0 127 17 106 115 60
Binary 10111100 11011010 11101 1110 0 1010111 1111 1000110 1001101 110000

Color Harmonies of #BCDA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA1D

Black with #BCDA1D

Text Example


Text Example

White with #BCDA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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