Html Css Color HEX #BCC631 Fuego

📋 copy color: '#BCC631'

red 188 ◦ green 198 ◦ blue 49

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

Shades of Fuego #BCC631

Tints of Fuego #BCC631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.26%

R = 43.22%
G = 45.52%
B = 11.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#BCC631 (or 0xBCC631) is known color: Fuego. HEX triplet: BC, C6 and 31. RGB value is (188,198,49). Sum of RGB (Red+Green+Blue) = 188+198+49=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC631 is #4339CE. Grayscale: #B2B2B2. Windows color (decimal): -4405711 or 3262140. OLE color: 3262140.

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

Color convert

RGB 188 198 49 -
CMYK 0.05 0 0.75 0.22
HSL 64.03º 0.6% 0.48% -
HSV(B) 64.03º 0.75% 0.78% -
XYZ 41.49 51.3 10.62 -
YUV 178.02 55.19 135.12 -
System Red Green Blue C M Y K H S L
Decimal 188 198 49 0.05 0 0.75 0.22 64.03 0.6 0.48
Hex BC C6 31 5 0 4B 16 40 3C 30
Octal 274 306 61 5 0 113 26 100 74 60
Binary 10111100 11000110 110001 101 0 1001011 10110 1000000 111100 110000

Color Harmonies of #BCC631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC631

Black with #BCC631

Text Example


Text Example

White with #BCC631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC631; }

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

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

background-color css

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

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

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

border-color css

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

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

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