Html Css Color HEX #BCD52D Fuego

📋 copy color: '#BCD52D'

red 188 ◦ green 213 ◦ blue 45

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

Shades of Fuego #BCD52D

Tints of Fuego #BCD52D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.76%

 BLUE value IS 45 (17.97% from 255) = 10.09%

R = 42.15%
G = 47.76%
B = 10.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#BCD52D (or 0xBCD52D) is known color: Fuego. HEX triplet: BC, D5 and 2D. RGB value is (188,213,45). Sum of RGB (Red+Green+Blue) = 188+213+45=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD52D is #432AD2. Grayscale: #BBBBBB. Windows color (decimal): -4401875 or 3003836. OLE color: 3003836.

HSL color Cylindrical-coordinate representation of color #BCD52D: hue angle of 68.93º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCD52D is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 45 -
CMYK 0.12 0 0.79 0.16
HSL 68.93º 0.67% 0.51% -
HSV(B) 68.93º 0.79% 0.84% -
XYZ 45.01 58.47 11.4 -
YUV 186.37 48.22 129.16 -
System Red Green Blue C M Y K H S L
Decimal 188 213 45 0.12 0 0.79 0.16 68.93 0.67 0.51
Hex BC D5 2D C 0 4F 10 45 43 33
Octal 274 325 55 14 0 117 20 105 103 63
Binary 10111100 11010101 101101 1100 0 1001111 10000 1000101 1000011 110011

Color Harmonies of #BCD52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD52D

Black with #BCD52D

Text Example


Text Example

White with #BCD52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD52D; }

 p { color: rgb(188,213,45); }

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

background-color css

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

 a { background-color: rgb(188,213,45); }

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

border-color css

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

 span { border-color: rgb(188,213,45); }

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