Html Css Color HEX #BCD925 Fuego

📋 copy color: '#BCD925'

red 188 ◦ green 217 ◦ blue 37

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

Shades of Fuego #BCD925

Tints of Fuego #BCD925

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.1%

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

R = 42.53%
G = 49.1%
B = 8.37%

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

#BCD925 (or 0xBCD925) is known color: Fuego. HEX triplet: BC, D9 and 25. RGB value is (188,217,37). Sum of RGB (Red+Green+Blue) = 188+217+37=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD925 is #4326DA. Grayscale: #BCBCBC. Windows color (decimal): -4400859 or 2480572. OLE color: 2480572.

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

Color convert

RGB 188 217 37 -
CMYK 0.13 0 0.83 0.15
HSL 69.67º 0.71% 0.5% -
HSV(B) 69.67º 0.83% 0.85% -
XYZ 45.89 60.45 11 -
YUV 187.81 42.89 128.14 -
System Red Green Blue C M Y K H S L
Decimal 188 217 37 0.13 0 0.83 0.15 69.67 0.71 0.5
Hex BC D9 25 D 0 53 F 46 47 32
Octal 274 331 45 15 0 123 17 106 107 62
Binary 10111100 11011001 100101 1101 0 1010011 1111 1000110 1000111 110010

Color Harmonies of #BCD925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD925

Black with #BCD925

Text Example


Text Example

White with #BCD925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD925; }

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

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

background-color css

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

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

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

border-color css

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

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

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