Html Css Color HEX #BCD51F Fuego

📋 copy color: '#BCD51F'

red 188 ◦ green 213 ◦ blue 31

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

Shades of Fuego #BCD51F

Tints of Fuego #BCD51F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.18%

R = 43.52%
G = 49.31%
B = 7.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#BCD51F (or 0xBCD51F) is known color: Fuego. HEX triplet: BC, D5 and 1F. RGB value is (188,213,31). Sum of RGB (Red+Green+Blue) = 188+213+31=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 31 (12.5% from 255 or 7.18% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD51F is #432AE0. Grayscale: #B9B9B9. Windows color (decimal): -4401889 or 2086332. OLE color: 2086332.

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

Color convert

RGB 188 213 31 -
CMYK 0.12 0 0.85 0.16
HSL 68.24º 0.75% 0.48% -
HSV(B) 68.24º 0.85% 0.84% -
XYZ 44.78 58.38 10.2 -
YUV 184.78 41.22 130.3 -
System Red Green Blue C M Y K H S L
Decimal 188 213 31 0.12 0 0.85 0.16 68.24 0.75 0.48
Hex BC D5 1F C 0 55 10 44 4B 30
Octal 274 325 37 14 0 125 20 104 113 60
Binary 10111100 11010101 11111 1100 0 1010101 10000 1000100 1001011 110000

Color Harmonies of #BCD51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD51F

Black with #BCD51F

Text Example


Text Example

White with #BCD51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD51F; }

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

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

background-color css

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

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

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

border-color css

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

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

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