Html Css Color HEX #BCD627 Fuego

📋 copy color: '#BCD627'

red 188 ◦ green 214 ◦ blue 39

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

Shades of Fuego #BCD627

Tints of Fuego #BCD627

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.53%

 BLUE value IS 39 (15.63% from 255) = 8.84%

R = 42.63%
G = 48.53%
B = 8.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#BCD627 (or 0xBCD627) is known color: Fuego. HEX triplet: BC, D6 and 27. RGB value is (188,214,39). Sum of RGB (Red+Green+Blue) = 188+214+39=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD627 is #4329D8. Grayscale: #BABABA. Windows color (decimal): -4401625 or 2610876. OLE color: 2610876.

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

Color convert

RGB 188 214 39 -
CMYK 0.12 0 0.82 0.16
HSL 68.91º 0.69% 0.5% -
HSV(B) 68.91º 0.82% 0.84% -
XYZ 45.15 58.93 10.91 -
YUV 186.28 44.89 129.23 -
System Red Green Blue C M Y K H S L
Decimal 188 214 39 0.12 0 0.82 0.16 68.91 0.69 0.5
Hex BC D6 27 C 0 52 10 45 45 32
Octal 274 326 47 14 0 122 20 105 105 62
Binary 10111100 11010110 100111 1100 0 1010010 10000 1000101 1000101 110010

Color Harmonies of #BCD627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD627

Black with #BCD627

Text Example


Text Example

White with #BCD627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD627; }

 p { color: rgb(188,214,39); }

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

background-color css

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

 a { background-color: rgb(188,214,39); }

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

border-color css

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

 span { border-color: rgb(188,214,39); }

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