Html Css Color HEX #BCD730 Fuego

📋 copy color: '#BCD730'

red 188 ◦ green 215 ◦ blue 48

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

Shades of Fuego #BCD730

Tints of Fuego #BCD730

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.67%

 BLUE value IS 48 (19.14% from 255) = 10.64%

R = 41.69%
G = 47.67%
B = 10.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#BCD730 (or 0xBCD730) is known color: Fuego. HEX triplet: BC, D7 and 30. RGB value is (188,215,48). Sum of RGB (Red+Green+Blue) = 188+215+48=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD730 is #4328CF. Grayscale: #BCBCBC. Windows color (decimal): -4401360 or 3200956. OLE color: 3200956.

HSL color Cylindrical-coordinate representation of color #BCD730: hue angle of 69.7º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCD730 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 48 -
CMYK 0.13 0 0.78 0.16
HSL 69.7º 0.68% 0.52% -
HSV(B) 69.7º 0.78% 0.84% -
XYZ 45.57 59.51 11.88 -
YUV 187.89 49.05 128.08 -
System Red Green Blue C M Y K H S L
Decimal 188 215 48 0.13 0 0.78 0.16 69.7 0.68 0.52
Hex BC D7 30 D 0 4E 10 46 44 34
Octal 274 327 60 15 0 116 20 106 104 64
Binary 10111100 11010111 110000 1101 0 1001110 10000 1000110 1000100 110100

Color Harmonies of #BCD730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD730

Black with #BCD730

Text Example


Text Example

White with #BCD730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD730; }

 p { color: rgb(188,215,48); }

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

background-color css

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

 a { background-color: rgb(188,215,48); }

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

border-color css

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

 span { border-color: rgb(188,215,48); }

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