Html Css Color HEX #BCC636 Fuego

📋 copy color: '#BCC636'

red 188 ◦ green 198 ◦ blue 54

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

Shades of Fuego #BCC636

Tints of Fuego #BCC636

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45%

 BLUE value IS 54 (21.48% from 255) = 12.27%

R = 42.73%
G = 45%
B = 12.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#BCC636 (or 0xBCC636) is known color: Fuego. HEX triplet: BC, C6 and 36. RGB value is (188,198,54). Sum of RGB (Red+Green+Blue) = 188+198+54=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC636 is #4339C9. Grayscale: #B3B3B3. Windows color (decimal): -4405706 or 3589820. OLE color: 3589820.

HSL color Cylindrical-coordinate representation of color #BCC636: hue angle of 64.17º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCC636 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 54 -
CMYK 0.05 0 0.73 0.22
HSL 64.17º 0.57% 0.49% -
HSV(B) 64.17º 0.73% 0.78% -
XYZ 41.6 51.35 11.21 -
YUV 178.59 57.69 134.71 -
System Red Green Blue C M Y K H S L
Decimal 188 198 54 0.05 0 0.73 0.22 64.17 0.57 0.49
Hex BC C6 36 5 0 49 16 40 39 31
Octal 274 306 66 5 0 111 26 100 71 61
Binary 10111100 11000110 110110 101 0 1001001 10110 1000000 111001 110001

Color Harmonies of #BCC636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC636

Black with #BCC636

Text Example


Text Example

White with #BCC636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC636; }

 p { color: rgb(188,198,54); }

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

background-color css

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

 a { background-color: rgb(188,198,54); }

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

border-color css

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

 span { border-color: rgb(188,198,54); }

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