Html Css Color HEX #BCD530 Fuego

📋 copy color: '#BCD530'

red 188 ◦ green 213 ◦ blue 48

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

Shades of Fuego #BCD530

Tints of Fuego #BCD530

RGB

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

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

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

R = 41.87%
G = 47.44%
B = 10.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#BCD530 (or 0xBCD530) is known color: Fuego. HEX triplet: BC, D5 and 30. RGB value is (188,213,48). Sum of RGB (Red+Green+Blue) = 188+213+48=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD530 is #432ACF. Grayscale: #BBBBBB. Windows color (decimal): -4401872 or 3200444. OLE color: 3200444.

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

Color convert

RGB 188 213 48 -
CMYK 0.12 0 0.77 0.16
HSL 69.09º 0.66% 0.51% -
HSV(B) 69.09º 0.77% 0.84% -
XYZ 45.07 58.49 11.71 -
YUV 186.72 49.72 128.92 -
System Red Green Blue C M Y K H S L
Decimal 188 213 48 0.12 0 0.77 0.16 69.09 0.66 0.51
Hex BC D5 30 C 0 4D 10 45 42 33
Octal 274 325 60 14 0 115 20 105 102 63
Binary 10111100 11010101 110000 1100 0 1001101 10000 1000101 1000010 110011

Color Harmonies of #BCD530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD530

Black with #BCD530

Text Example


Text Example

White with #BCD530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD530; }

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

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

background-color css

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

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

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

border-color css

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

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

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