Html Css Color HEX #BCC72F Fuego

📋 copy color: '#BCC72F'

red 188 ◦ green 199 ◦ blue 47

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

Shades of Fuego #BCC72F

Tints of Fuego #BCC72F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.85%

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

R = 43.32%
G = 45.85%
B = 10.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#BCC72F (or 0xBCC72F) is known color: Fuego. HEX triplet: BC, C7 and 2F. RGB value is (188,199,47). Sum of RGB (Red+Green+Blue) = 188+199+47=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC72F is #4338D0. Grayscale: #B2B2B2. Windows color (decimal): -4405457 or 3131324. OLE color: 3131324.

HSL color Cylindrical-coordinate representation of color #BCC72F: hue angle of 64.34º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCC72F is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 47 -
CMYK 0.06 0 0.76 0.22
HSL 64.34º 0.62% 0.48% -
HSV(B) 64.34º 0.76% 0.78% -
XYZ 41.68 51.74 10.48 -
YUV 178.38 53.86 134.86 -
System Red Green Blue C M Y K H S L
Decimal 188 199 47 0.06 0 0.76 0.22 64.34 0.62 0.48
Hex BC C7 2F 6 0 4C 16 40 3E 30
Octal 274 307 57 6 0 114 26 100 76 60
Binary 10111100 11000111 101111 110 0 1001100 10110 1000000 111110 110000

Color Harmonies of #BCC72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC72F

Black with #BCC72F

Text Example


Text Example

White with #BCC72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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