Html Css Color HEX #BCD72A Fuego

📋 copy color: '#BCD72A'

red 188 ◦ green 215 ◦ blue 42

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

Shades of Fuego #BCD72A

Tints of Fuego #BCD72A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.44%

R = 42.25%
G = 48.31%
B = 9.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#BCD72A (or 0xBCD72A) is known color: Fuego. HEX triplet: BC, D7 and 2A. RGB value is (188,215,42). Sum of RGB (Red+Green+Blue) = 188+215+42=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD72A is #4328D5. Grayscale: #BBBBBB. Windows color (decimal): -4401366 or 2807740. OLE color: 2807740.

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

Color convert

RGB 188 215 42 -
CMYK 0.13 0 0.80 0.16
HSL 69.36º 0.68% 0.5% -
HSV(B) 69.36º 0.8% 0.84% -
XYZ 45.46 59.46 11.27 -
YUV 187.21 46.05 128.57 -
System Red Green Blue C M Y K H S L
Decimal 188 215 42 0.13 0 0.80 0.16 69.36 0.68 0.5
Hex BC D7 2A D 0 50 10 45 44 32
Octal 274 327 52 15 0 120 20 105 104 62
Binary 10111100 11010111 101010 1101 0 1010000 10000 1000101 1000100 110010

Color Harmonies of #BCD72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD72A

Black with #BCD72A

Text Example


Text Example

White with #BCD72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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