Html Css Color HEX #BCD825 Fuego

📋 copy color: '#BCD825'

red 188 ◦ green 216 ◦ blue 37

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

Shades of Fuego #BCD825

Tints of Fuego #BCD825

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.98%

 BLUE value IS 37 (14.84% from 255) = 8.39%

R = 42.63%
G = 48.98%
B = 8.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#BCD825 (or 0xBCD825) is known color: Fuego. HEX triplet: BC, D8 and 25. RGB value is (188,216,37). Sum of RGB (Red+Green+Blue) = 188+216+37=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 37 (14.84% from 255 or 8.39% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD825 is #4327DA. Grayscale: #BBBBBB. Windows color (decimal): -4401115 or 2480316. OLE color: 2480316.

HSL color Cylindrical-coordinate representation of color #BCD825: hue angle of 69.39º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCD825 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 37 -
CMYK 0.13 0 0.83 0.15
HSL 69.39º 0.71% 0.5% -
HSV(B) 69.39º 0.83% 0.85% -
XYZ 45.63 59.94 10.91 -
YUV 187.22 43.22 128.55 -
System Red Green Blue C M Y K H S L
Decimal 188 216 37 0.13 0 0.83 0.15 69.39 0.71 0.5
Hex BC D8 25 D 0 53 F 45 47 32
Octal 274 330 45 15 0 123 17 105 107 62
Binary 10111100 11011000 100101 1101 0 1010011 1111 1000101 1000111 110010

Color Harmonies of #BCD825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD825

Black with #BCD825

Text Example


Text Example

White with #BCD825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD825; }

 p { color: rgb(188,216,37); }

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

background-color css

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

 a { background-color: rgb(188,216,37); }

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

border-color css

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

 span { border-color: rgb(188,216,37); }

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