Html Css Color HEX #BCD72F Fuego

📋 copy color: '#BCD72F'

red 188 ◦ green 215 ◦ blue 47

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

Shades of Fuego #BCD72F

Tints of Fuego #BCD72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.44%

R = 41.78%
G = 47.78%
B = 10.44%

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

#BCD72F (or 0xBCD72F) is known color: Fuego. HEX triplet: BC, D7 and 2F. RGB value is (188,215,47). Sum of RGB (Red+Green+Blue) = 188+215+47=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD72F is #4328D0. Grayscale: #BCBCBC. Windows color (decimal): -4401361 or 3135420. OLE color: 3135420.

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

Color convert

RGB 188 215 47 -
CMYK 0.13 0 0.78 0.16
HSL 69.64º 0.68% 0.51% -
HSV(B) 69.64º 0.78% 0.84% -
XYZ 45.55 59.5 11.77 -
YUV 187.78 48.55 128.16 -
System Red Green Blue C M Y K H S L
Decimal 188 215 47 0.13 0 0.78 0.16 69.64 0.68 0.51
Hex BC D7 2F D 0 4E 10 46 44 33
Octal 274 327 57 15 0 116 20 106 104 63
Binary 10111100 11010111 101111 1101 0 1001110 10000 1000110 1000100 110011

Color Harmonies of #BCD72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD72F

Black with #BCD72F

Text Example


Text Example

White with #BCD72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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